TrueChartsClone/charts/incubator/craftopia/values.yaml

41 lines
821 B
YAML
Raw Normal View History

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