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: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
type: application 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_Port: "{{ .Values.service.main.ports.main.port }}"
am_ark_RCONPort: "{{ .Values.service.rcon.ports.rcon.port }}" am_ark_RCONPort: "{{ .Values.service.rcon.ports.rcon.port }}"
am_ark_GameModIds: '{{ join "," .Values.ark.mods }}' am_ark_GameModIds: '{{ join "," .Values.ark.mods }}'
am_arkBackupPreUpdate: true
## Free RealEstate ## Free RealEstate
ARKCLUSTER: "true" ARKCLUSTER: "true"
@@ -93,6 +94,9 @@ persistence:
ark: ark:
enabled: true enabled: true
mountPath: /ark mountPath: /ark
backup:
enabled: true
mountPath: /ark/backup
staging: staging:
enabled: true enabled: true
mountPath: /ark/staging mountPath: /ark/staging
@@ -90,6 +90,17 @@ spec:
persistence: persistence:
backup:
volsync:
- name: b2
type: restic
credentials: s3
dest:
accessModes:
- ReadWriteOnce
enabled: true
src:
enabled: true
cluster: cluster:
volsync: volsync:
- name: b2 - name: b2