Skip to content

Commit bb795bf

Browse files
committed
disable autoupdate on start for additional server
1 parent 923b45f commit bb795bf

File tree

1 file changed

+2
-0
lines changed
  • clusters/apps/env/production/games/ark/app

1 file changed

+2
-0
lines changed

clusters/apps/env/production/games/ark/app/hr.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ spec:
326326
value: "15"
327327
- name: am_arkbackupdir
328328
value: "/ark/backup/fjordur"
329+
- name: am_arkAutoUpdateOnStart
330+
value: "false"
329331
# ports must be the same on external and internal
330332
## we don't need a service abtraction as every pod is a single server with dedicated ports
331333
# a service with nodePort would be "right" configuration, but for latency reasons I'd skip it.

0 commit comments

Comments
 (0)