tweak ark timeouts

This commit is contained in:
Kjeld Schouten
2025-05-06 14:33:28 +02:00
parent bde436ada0
commit 21b8323d83
3 changed files with 8 additions and 4 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.7
version: 10.0.9
+6 -2
View File
@@ -82,11 +82,15 @@ workload:
readiness:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
initialDelaySeconds: 60
periodSeconds: 20
failureThreshold: 60
startup:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
initialDelaySeconds: 20
periodSeconds: 10
initialDelaySeconds: 60
periodSeconds: 20
failureThreshold: 60
persistence:
@@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: arksurvivalevolved
version: 10.0.7
version: 10.0.8
sourceRef:
kind: HelmRepository
name: truecharts