chore(incubator): Move Dev to incubator and some cleanup

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 22:23:18 +02:00
parent d33f952798
commit 2c06051625
1320 changed files with 0 additions and 379 deletions
+31
View File
@@ -0,0 +1,31 @@
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
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