change storage
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m8s

This commit is contained in:
2025-07-21 21:50:04 -05:00
parent f29c29ae93
commit 99beebf512
2 changed files with 7 additions and 7 deletions

View File

@@ -25,18 +25,18 @@ gitea:
- name: gitea-nfs-storage-backup
persistentVolumeClaim:
claimName: gitea-nfs-storage-backup
- name: gitea-theme-storage
- name: gitea-themes-storage
persistentVolumeClaim:
claimName: gitea-theme-storage
claimName: gitea-themes-storage
extraInitVolumeMounts:
- name: gitea-theme-storage
- name: gitea-themes-storage
readOnly: false
mountPath: /data/gitea/public/assets/css
extraContainerVolumeMounts:
- mountPath: /opt/backup
name: gitea-nfs-storage-backup
readOnly: false
- name: gitea-theme-storage
- name: gitea-themes-storage
readOnly: true
mountPath: /data/gitea/public/assets/css
initPreScript: |