2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/piaware
|
2022-09-11 10:08:28 +00:00
|
|
|
tag: v7.2@sha256:96a88db0579aa7da4bb38429e97139b9027cc64e8786fd1b0b9902470734c3b9
|
2021-07-01 18:26:22 +00:00
|
|
|
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
|
|
|
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
|
|
|
|
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|