33 lines
533 B
YAML
33 lines
533 B
YAML
image:
|
|
repository: tccr.io/truecharts/qwantify
|
|
pullPolicy: IfNotPresent
|
|
tag: 20.04.0@sha256:ba9b1070f8f5179c082ffdcf1f390de72e33688a9fef1c884461c58567aa9378
|
|
|
|
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
|