61 lines
1.1 KiB
YAML
61 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/lastoasis
|
|
tag: latest@sha256:80ddc988f22371d323427685a008f42b4e0c252ec2d4087e7ab1e4d38203cafe
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
secretEnv:
|
|
USERNAME: ""
|
|
PASSWRD: ""
|
|
|
|
env:
|
|
CUSTOMER_KEY: pwHB3mLCOUWscFi7
|
|
GAME_ID: "920720"
|
|
GAME_PARAMS: -port=5555 -QueryPort=27015 -NoLiveServer -EnableCheats
|
|
IDENTIFIER: dockeroasis
|
|
PROVIDER_KEY: " 8IhohaMRZIJJubv5 "
|
|
SLOTS: "20"
|
|
VALIDATE: false
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5555
|
|
protocol: UDP
|
|
targetPort: 5555
|
|
queryport:
|
|
enabled: true
|
|
ports:
|
|
queryport:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: UDP
|
|
targetPort: 27015
|
|
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
portal:
|
|
enabled: true
|