fix(arksurvivaleveolved): correct probed
This commit is contained in:
@@ -36,4 +36,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
|
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
|
||||||
- https://hub.docker.com/r/drpsychick/arkserver
|
- https://hub.docker.com/r/drpsychick/arkserver
|
||||||
type: application
|
type: application
|
||||||
version: 10.0.9
|
version: 10.0.10
|
||||||
|
|||||||
@@ -79,18 +79,22 @@ workload:
|
|||||||
liveness:
|
liveness:
|
||||||
type: tcp
|
type: tcp
|
||||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||||
|
spec:
|
||||||
|
initialDelaySeconds: 60
|
||||||
|
periodSeconds: 21
|
||||||
readiness:
|
readiness:
|
||||||
type: tcp
|
type: tcp
|
||||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||||
initialDelaySeconds: 60
|
spec:
|
||||||
periodSeconds: 20
|
initialDelaySeconds: 60
|
||||||
failureThreshold: 60
|
periodSeconds: 20
|
||||||
|
failureThreshold: 6
|
||||||
startup:
|
startup:
|
||||||
type: tcp
|
type: tcp
|
||||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||||
initialDelaySeconds: 60
|
spec:
|
||||||
periodSeconds: 20
|
initialDelaySeconds: 60
|
||||||
failureThreshold: 60
|
periodSeconds: 18
|
||||||
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: arksurvivalevolved
|
chart: arksurvivalevolved
|
||||||
version: 10.0.9
|
version: 10.0.10
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: truecharts
|
name: truecharts
|
||||||
|
|||||||
Reference in New Issue
Block a user