TrueChartsClone/charts/dev/americasarmy-pg/values.yaml

51 lines
1.0 KiB
YAML

env:
GAME_ID: '203300'
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
PASSWRD: ''
SRV_NAME: Army Docker
USERNAME: ''
VALIDATE: ''
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/americasarmy-pg
tag: latest
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: 8778
protocol: UDP
targetPort: 8778
steamqueryport:
enabled: true
ports:
steamqueryport:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
command: ["/bin/sh"]
args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"]
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false