# # 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: # -- image repository repository: ghcr.io/truecharts/piaware # -- image tag tag: v6.1@sha256:9e143490fbe9d5d9e0004ed4b5c08f1f83b56dbbc3920fa47db806b7fdcb1aad # -- image pull policy pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 # -- environment variables. See [application docs](https://flightaware.com/adsb/piaware/advanced_configuration) for more details. # @default -- See below env: # -- Set the container timezone TZ: UTC # -- Configures service settings for the chart. # @default -- See values.yaml service: main: ports: main: port: 8080 # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml persistence: # -- Configure a hostPathMount to mount a USB device in the container. # @default -- See values.yaml usb: enabled: false type: hostPath hostPath: /dev/bus/usb/001/004 # -- Affinity constraint rules to place the Pod on a specific node. # [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) affinity: {} # nodeAffinity: # requiredDuringSchedulingIgnoredDuringExecution: # nodeSelectorTerms: # - matchExpressions: # - key: app # operator: In # values: # - piaware