more ark tweaks
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.15
|
version: 10.0.16
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ workload:
|
|||||||
am_ark_ServerPassword: "password"
|
am_ark_ServerPassword: "password"
|
||||||
am_ark_RCONEnabled: "True"
|
am_ark_RCONEnabled: "True"
|
||||||
am_ark_ServerAdminPassword: "123456789"
|
am_ark_ServerAdminPassword: "123456789"
|
||||||
|
am_arkflag_USECACHE: "true"
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
@@ -78,20 +79,20 @@ workload:
|
|||||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 21
|
periodSeconds: 28
|
||||||
readiness:
|
readiness:
|
||||||
type: tcp
|
type: tcp
|
||||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 20
|
periodSeconds: 26
|
||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
startup:
|
startup:
|
||||||
type: tcp
|
type: tcp
|
||||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||||
spec:
|
spec:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 18
|
periodSeconds: 25
|
||||||
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: arksurvivalevolved
|
chart: arksurvivalevolved
|
||||||
version: 10.0.15
|
version: 10.0.16
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: truecharts
|
name: truecharts
|
||||||
|
|||||||
Reference in New Issue
Block a user