TrueChartsClone/charts/incubator/qwantify/values.yaml

33 lines
533 B
YAML

image:
repository: tccr.io/truecharts/qwantify
pullPolicy: IfNotPresent
tag: 20.04.0@sha256:39017de5825e75652f09a14824caddee16e83614a8be79b1f517915dd7f1557c
env:
APPPATH: "/games"
APPFILE: "/game.exe"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: HTTP
targetPort: 8080
port: 10603
persistence:
games:
enabled: true
mountPath: /games
portal:
enabled: true