chore(arksurvivalevolved): add backup storage location to ark

This commit is contained in:
Kjeld Schouten
2025-05-05 22:51:09 +02:00
parent c291763e91
commit a61eb92c4b
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -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