more ark tweaks

This commit is contained in:
Kjeld Schouten
2025-05-08 01:19:19 +02:00
parent fe6b1ca1ec
commit 6bbe5c8572
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
- https://hub.docker.com/r/drpsychick/arkserver
type: application
version: 10.0.15
version: 10.0.16
+4 -3
View File
@@ -71,6 +71,7 @@ workload:
am_ark_ServerPassword: "password"
am_ark_RCONEnabled: "True"
am_ark_ServerAdminPassword: "123456789"
am_arkflag_USECACHE: "true"
probes:
liveness:
@@ -78,20 +79,20 @@ workload:
port: "{{ .Values.service.rcon.ports.rcon.port }}"
spec:
initialDelaySeconds: 60
periodSeconds: 21
periodSeconds: 28
readiness:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
spec:
initialDelaySeconds: 60
periodSeconds: 20
periodSeconds: 26
failureThreshold: 6
startup:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
spec:
initialDelaySeconds: 60
periodSeconds: 18
periodSeconds: 25
persistence:
@@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: arksurvivalevolved
version: 10.0.15
version: 10.0.16
sourceRef:
kind: HelmRepository
name: truecharts