39 lines
868 B
YAML
39 lines
868 B
YAML
image:
|
|
repository: tccr.io/truecharts/piaware
|
|
tag: v7.2@sha256:96a88db0579aa7da4bb38429e97139b9027cc64e8786fd1b0b9902470734c3b9
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10092
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
# -- 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
|
|
|
|
portal:
|
|
enabled: true
|