2021-10-13 20:46:42 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/valheim-server
|
2023-01-18 20:25:32 +00:00
|
|
|
tag: latest@sha256:bc9b41516c963c953bed2d76c3ef74c3d7e8ac4d6b69f3ef860ec0f3e1767e8d
|
2021-10-13 20:46:42 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2021-12-11 12:49:05 +00:00
|
|
|
SUPERVISOR_HTTP_USER: admin
|
|
|
|
SUPERVISOR_HTTP_PASS: secret
|
|
|
|
SERVER_PASS: secret
|
2022-02-21 18:41:47 +00:00
|
|
|
|
2021-10-13 20:46:42 +00:00
|
|
|
env:
|
|
|
|
STATUS_HTTP: true
|
2022-02-21 18:41:47 +00:00
|
|
|
STATUS_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
2021-10-13 20:46:42 +00:00
|
|
|
SUPERVISOR_HTTP: true
|
2022-11-30 19:28:34 +00:00
|
|
|
SUPERVISOR_HTTP_PORT: "{{ .Values.service.supervisor.ports.supervisor.port }}"
|
2021-10-13 20:46:42 +00:00
|
|
|
SERVER_NAME: My Server
|
2022-02-21 18:41:47 +00:00
|
|
|
SERVER_PORT: "{{ .Values.service.valheim.ports.valheim1.port }}"
|
2021-10-13 20:46:42 +00:00
|
|
|
WORLD_NAME: Dedicated
|
|
|
|
SERVER_PUBLIC: true
|
|
|
|
UPDATE_INTERVAL: 10800
|
|
|
|
BACKUPS: true
|
|
|
|
BACKUPS_INTERVAL: 43200
|
|
|
|
BACKUPS_DIRECTORY: /backups
|
|
|
|
BACKUPS_MAX_AGE: 3
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 9010
|
|
|
|
supervisor:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-13 20:46:42 +00:00
|
|
|
ports:
|
|
|
|
supervisor:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-13 20:46:42 +00:00
|
|
|
port: 9011
|
|
|
|
valheim:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-13 20:46:42 +00:00
|
|
|
type: LoadBalancer
|
|
|
|
ports:
|
2022-02-21 18:41:47 +00:00
|
|
|
valheim1:
|
2021-10-13 20:46:42 +00:00
|
|
|
enabled: true
|
|
|
|
port: 2456
|
|
|
|
protocol: UDP
|
2022-02-21 18:41:47 +00:00
|
|
|
valheim2:
|
2021-10-13 20:46:42 +00:00
|
|
|
enabled: true
|
|
|
|
port: 2457
|
|
|
|
protocol: UDP
|
|
|
|
|
2022-02-22 10:26:15 +00:00
|
|
|
ingress:
|
|
|
|
supervisor:
|
|
|
|
autoLink: true
|
|
|
|
|
2021-10-13 20:46:42 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2022-11-30 19:28:34 +00:00
|
|
|
mountPath: /config
|
2021-10-13 20:46:42 +00:00
|
|
|
backups:
|
|
|
|
enabled: true
|
2022-11-30 19:28:34 +00:00
|
|
|
mountPath: /backups
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|