Automated Manifest Update (#2743)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2743
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2743.
This commit is contained in:
2025-12-20 03:59:55 +00:00
committed by Alex Lebens
parent 9e7d56ee2b
commit 6a3e28020e
9 changed files with 226 additions and 38 deletions

View File

@@ -34,11 +34,17 @@ spec:
exit 0
volumeMounts:
- mountPath: /opt/backups/
- mountPath: /opt/backups-old/
name: vault-nfs-storage-backup
readOnly: true
- mountPath: /opt/backups/
name: vault-storage-backup
readOnly: false
volumes:
- name: vault-nfs-storage-backup
persistentVolumeClaim:
claimName: vault-nfs-storage-backup
- name: vault-nfs-storage-backup
persistentVolumeClaim:
claimName: vault-nfs-storage-backup
restartPolicy: Never