32 lines
638 B
YAML
32 lines
638 B
YAML
env:
|
|
AdvertiseOnline: "True"
|
|
Ban: ""
|
|
EnableSingleplayer: "False"
|
|
ExternalPort: "1234"
|
|
ListenPort: "1234"
|
|
MAP: ""
|
|
MOTD: Have Fun!!
|
|
Mod: ra
|
|
Name: DEDICATED SERVER
|
|
Password: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/openra
|
|
tag: latest@sha256:268379df5fb2c30965729cf40e30a9fe44560308b5f846b0db3da8f105109942
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 1234
|
|
protocol: TCP
|
|
targetPort: 1234
|