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