image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/chivalry-medievalwarfare tag: latest@sha256:fab8500043940e1eabd181ebf72fe37ef26e5ce3b6447a191584a7f3bd51a9bf podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false secretEnv: USERNAME: "" PASSWRD: "" env: ADMIN_PWD: adminDocker GAME_ID: "220070" GAME_PARAMS: ?port=7000?queryport=7010 GAME_PARAMS_EXTRA: -seekfreeloadingserver MAP: aocffa-moor_p VALIDATE: true probes: liveness: enabled: false readiness: enabled: false startup: enabled: false service: main: ports: main: port: 7000 protocol: UDP targetPort: 7000 gamequeryport: enabled: true ports: gamequeryport: enabled: true port: 7010 protocol: UDP targetPort: 7010 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