Files
truecharts/charts/stable/piaware/values.yaml
T
72082c1c44 chore(deps): update docker general non-major (#3530)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-22 09:08:30 +03:00

39 lines
868 B
YAML

image:
repository: tccr.io/truecharts/piaware
tag: v7.2@sha256:4278a870bf7c313aefe67c8456521f29da0cdf28bb596ac0ae09c70d11e9449e
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