mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
54 lines
970 B
YAML
54 lines
970 B
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: mikenye/piaware
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.0
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
env: {}
|
|
# TZ:
|
|
# LAT:
|
|
# LONG:
|
|
# FEEDER_ID:
|
|
# BEASTHOST:
|
|
# BEASTPORT:
|
|
|
|
service:
|
|
port:
|
|
port: 8080
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
securityContext:
|
|
privileged: true
|
|
|
|
# Path to your piaware device in the container
|
|
additionalVolumeMounts:
|
|
- name: usb
|
|
mountPath: /dev/bus/usb/001/004
|
|
|
|
# Path to your piaware device on the host
|
|
additionalVolumes:
|
|
- name: usb
|
|
hostPath:
|
|
path: /dev/bus/usb/001/004
|
|
|
|
# affinity:
|
|
# nodeAffinity:
|
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
|
# nodeSelectorTerms:
|
|
# - matchExpressions:
|
|
# - key: app
|
|
# operator: In
|
|
# values:
|
|
# - piaware
|