2021-07-01 18:26:22 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/piaware
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image tag
|
2022-05-31 19:11:20 +00:00
|
|
|
tag: v7.2@sha256:a6bb5724e207b6d32016b2dfec1ccb29ded7c4f05f8b27fdc7b4204f8923fa99
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- environment variables. See [application docs](https://flightaware.com/adsb/piaware/advanced_configuration) for more details.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10092
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-07-01 18:26:22 +00:00
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
2021-11-14 19:19:16 +00:00
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- 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
|