chore(arksurvivalevolved): add backup storage location to ark
This commit is contained in:
@@ -35,4 +35,4 @@ name: arksurvivalevolved
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
|
||||
type: application
|
||||
version: 10.0.5
|
||||
version: 10.0.6
|
||||
|
||||
@@ -59,6 +59,7 @@ workload:
|
||||
am_ark_Port: "{{ .Values.service.main.ports.main.port }}"
|
||||
am_ark_RCONPort: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||
am_ark_GameModIds: '{{ join "," .Values.ark.mods }}'
|
||||
am_arkBackupPreUpdate: true
|
||||
|
||||
## Free RealEstate
|
||||
ARKCLUSTER: "true"
|
||||
@@ -93,6 +94,9 @@ persistence:
|
||||
ark:
|
||||
enabled: true
|
||||
mountPath: /ark
|
||||
backup:
|
||||
enabled: true
|
||||
mountPath: /ark/backup
|
||||
staging:
|
||||
enabled: true
|
||||
mountPath: /ark/staging
|
||||
|
||||
@@ -90,6 +90,17 @@ spec:
|
||||
|
||||
|
||||
persistence:
|
||||
backup:
|
||||
volsync:
|
||||
- name: b2
|
||||
type: restic
|
||||
credentials: s3
|
||||
dest:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
enabled: true
|
||||
src:
|
||||
enabled: true
|
||||
cluster:
|
||||
volsync:
|
||||
- name: b2
|
||||
|
||||
Reference in New Issue
Block a user