fix(arksurivalevolved): increase startup probe timeout
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user