66 lines
1.1 KiB
YAML
66 lines
1.1 KiB
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/conanexiles
|
||
|
tag: latest@sha256:119f2b3296730c40f332175c2a8fbfbb427e024f11fe3a8531b3d410c365d427
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
secretEnv:
|
||
|
USERNAME: ""
|
||
|
PASSWRD: ""
|
||
|
|
||
|
env:
|
||
|
GAME_ID: "443030"
|
||
|
GAME_PARAMS: ""
|
||
|
VALIDATE: false
|
||
|
WS_CONTENT: ""
|
||
|
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
startup:
|
||
|
enabled: false
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 7777
|
||
|
protocol: UDP
|
||
|
targetPort: 7777
|
||
|
gameport1:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
gameport1:
|
||
|
enabled: true
|
||
|
port: 7778
|
||
|
protocol: UDP
|
||
|
targetPort: 7778
|
||
|
steamport:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
steamport:
|
||
|
enabled: true
|
||
|
port: 27015
|
||
|
protocol: UDP
|
||
|
targetPort: 27015
|
||
|
|
||
|
persistence:
|
||
|
serverfiles:
|
||
|
enabled: true
|
||
|
mountPath: /serverdata/serverfiles
|
||
|
steamcmd:
|
||
|
enabled: true
|
||
|
mountPath: /serverdata/steamcmd
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|