2022-07-20 16:56:58 +00:00
|
|
|
env:
|
|
|
|
DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh
|
2022-07-23 01:37:45 +00:00
|
|
|
GAME_PARAMS: ""
|
2022-07-20 16:56:58 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/altitude
|
2022-07-25 23:24:51 +00:00
|
|
|
tag: latest@sha256:490f93d7e54764f7cbe7350739f42ce65449de688f01ca5fe91f002fde8c7198
|
2022-07-20 16:56:58 +00:00
|
|
|
persistence:
|
|
|
|
serverfiles:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /altitude
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 27276
|
|
|
|
protocol: UDP
|
|
|
|
targetPort: 27276
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|