Files
truecharts/charts/incubator/craftopia/values.yaml
T
TrueCharts BotandGitHub e3b5269604 chore(deps): update docker general non-major (#4189)
* 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>
2022-10-26 08:43:15 +03:00

49 lines
826 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/craftopia
tag: latest@sha256:7ff19f331c73859b7e4636e13e91beba1ec0b5d8803a09bad92851355e0d494b
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "1670340"
GAME_PARAMS: ""
VALIDATE: false
service:
main:
ports:
main:
port: 8787
protocol: TCP
targetPort: 8787
udpgameport:
enabled: true
ports:
udpgameport:
enabled: true
port: 8787
protocol: UDP
targetPort: 8787
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true