Files
truecharts/charts/stable/valheim/values.yaml
T
TrueCharts BotandGitHub fe169742ba chore(deps): update container image ghcr.io/lloesche/valheim-server to latest@972cd12 by renovate (#18083)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/lloesche/valheim-server | digest | `97404ab` -> `972cd12` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:45:10 +01:00

78 lines
1.8 KiB
YAML

image:
repository: ghcr.io/lloesche/valheim-server
tag: latest@sha256:972cd120f3ce875aff4f8a4a8b79c8cb9fa89f23480df514feda479ac598ddfa
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 9010
supervisor:
enabled: true
ports:
supervisor:
enabled: true
port: 9011
valheim:
enabled: true
type: LoadBalancer
ports:
valheim1:
enabled: true
port: 2456
protocol: udp
valheim2:
enabled: true
port: 2457
protocol: udp
ingress:
supervisor:
autoLink: true
persistence:
config:
enabled: true
mountPath: /config
backups:
enabled: true
mountPath: /backups
varrun:
enabled: false
portal:
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