2021-10-13 20:46:42 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/valheim-server
|
2023-07-31 15:21:45 +00:00
|
|
|
tag: latest@sha256:bc6d0a03d60f6121b5b494633e240d5f27ea1c90ab410dda4c0c413a6156e751
|
2021-10-13 20:46:42 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
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
|
2023-04-29 06:44:01 +00:00
|
|
|
protocol: udp
|
2022-02-21 18:41:47 +00:00
|
|
|
valheim2:
|
2021-10-13 20:46:42 +00:00
|
|
|
enabled: true
|
|
|
|
port: 2457
|
2023-04-29 06:44:01 +00:00
|
|
|
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
|
2023-04-30 17:46:13 +00:00
|
|
|
varrun:
|
|
|
|
enabled: false
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-29 06:44:01 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: tcp
|
|
|
|
readiness:
|
|
|
|
type: tcp
|
|
|
|
startup:
|
|
|
|
type: tcp
|
|
|
|
env:
|
|
|
|
STATUS_HTTP: true
|
|
|
|
STATUS_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
SUPERVISOR_HTTP: true
|
|
|
|
SUPERVISOR_HTTP_PORT: "{{ .Values.service.supervisor.ports.supervisor.port }}"
|
|
|
|
SERVER_NAME: My Server
|
|
|
|
SERVER_PORT: "{{ .Values.service.valheim.ports.valheim1.port }}"
|
|
|
|
WORLD_NAME: Dedicated
|
|
|
|
SERVER_PUBLIC: true
|
|
|
|
UPDATE_INTERVAL: 10800
|
|
|
|
BACKUPS: true
|
|
|
|
BACKUPS_INTERVAL: 43200
|
|
|
|
BACKUPS_DIRECTORY: /backups
|
|
|
|
BACKUPS_MAX_AGE: 3
|
|
|
|
SUPERVISOR_HTTP_USER: admin
|
|
|
|
SUPERVISOR_HTTP_PASS: secret
|
|
|
|
SERVER_PASS: secret
|