Files
truecharts/charts/incubator/quiz-game/values.yaml
T
Xstar97andGitHub 3cdd51ce90 fix(quiz-game) add target port + probes (#4271)
* fix(quiz-game) add target port + probes

* bump
2022-11-01 17:44:32 +02:00

29 lines
481 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/quiz-game
tag: latest@sha256:0f9a2e9529c8a0fb561e53957029b184a5a652fd03a256383f3d4ac0d06e98d0
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: HTTP
targetPort: 80
port: 10588
persistence:
config:
enabled: true
mountPath: /app
portal:
enabled: true