image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/americasarmy-pg tag: latest@sha256:8475bc1cf676555fa5567c833667e9015c4d0d2c35c76f225064026fabe96b9e podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false secretEnv: USERNAME: "" PASSWRD: "" env: GAME_ID: "203300" GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log SRV_NAME: Army Docker VALIDATE: false probes: liveness: enabled: false readiness: enabled: false startup: enabled: false service: main: ports: main: port: 8778 protocol: UDP targetPort: 8778 steamqueryport: enabled: true ports: steamqueryport: enabled: true port: 27015 protocol: UDP targetPort: 27015 persistence: serverfiles: enabled: true mountPath: /serverdata/serverfiles steamcmd: enabled: true mountPath: /serverdata/steamcmd portal: enabled: true