4b0c3f9fae
* feat(apps): Unraid Port - digits * need alphabetic * fix questions * submit port fix * whoops * decrease timeout * add apps user in CI to prevent issues * sudo * slight tweak * Update charts/dev/server-7daystodie/values.yaml * add configmap * mount it as well * again * subpath * shoot * fix object name * hmm * 66 to 55 * simplify code a bit * get LS details * get status * try something else * hmm * try cmd * whoops * bashlist * test * use script * againnn * more quotes * non double command * quoted * enter.sh * groupmod * try setting in args * try without groupadd * whoops again * Apply suggestions from code review * trigger precommit * use tccr * exclude in ci * whoops
93 lines
1.8 KiB
YAML
93 lines
1.8 KiB
YAML
env:
|
|
ENABLE_BEPINEX: 'false'
|
|
GAME_ID: '294420'
|
|
GAME_PARAMS: -logfile 7DaysToDie_Data/output_log.txt $@
|
|
PASSWRD: ''
|
|
SERVERCONFIG: serverconfig.xml
|
|
USERNAME: ''
|
|
VALIDATE: ''
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/7daystodie
|
|
tag: latest
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 26900
|
|
protocol: TCP
|
|
targetPort: 26900
|
|
raknet:
|
|
enabled: true
|
|
ports:
|
|
raknet:
|
|
enabled: true
|
|
port: 26902
|
|
protocol: UDP
|
|
targetPort: 26902
|
|
registeringats:
|
|
enabled: true
|
|
ports:
|
|
registeringats:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: UDP
|
|
targetPort: 27015
|
|
steamcommunica:
|
|
enabled: true
|
|
ports:
|
|
steamcommunica:
|
|
enabled: true
|
|
port: 26901
|
|
protocol: UDP
|
|
targetPort: 26901
|
|
steammasterser:
|
|
enabled: true
|
|
ports:
|
|
steammasterser:
|
|
enabled: true
|
|
port: 26900
|
|
protocol: UDP
|
|
targetPort: 26900
|
|
unet:
|
|
enabled: true
|
|
ports:
|
|
unet:
|
|
enabled: true
|
|
port: 26903
|
|
protocol: UDP
|
|
targetPort: 26903
|
|
webbasecontrol:
|
|
enabled: true
|
|
ports:
|
|
webbasecontrol:
|
|
enabled: true
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
webpanel:
|
|
enabled: true
|
|
ports:
|
|
webpanel:
|
|
enabled: true
|
|
port: 8082
|
|
protocol: TCP
|
|
targetPort: 8082
|
|
command: ["/bin/sh"]
|
|
args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"]
|