fix(arksurivalevolved): increase startup probe timeout

This commit is contained in:
Kjeld Schouten
2025-05-05 22:40:45 +02:00
parent 5271a925a0
commit c291763e91
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ name: arksurvivalevolved
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
type: application type: application
version: 10.0.4 version: 10.0.5
@@ -82,6 +82,9 @@ workload:
startup: startup:
type: tcp type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}" port: "{{ .Values.service.rcon.ports.rcon.port }}"
initialDelaySeconds: 20
periodSeconds: 10
persistence: persistence:
game: game:
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: arksurvivalevolved chart: arksurvivalevolved
version: 10.0.4 version: 10.0.5
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: truecharts name: truecharts