add persistent disk
All checks were successful
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 24s
renovate / renovate (push) Successful in 1m6s

This commit is contained in:
2025-12-15 20:35:36 -06:00
parent 39c82d9cce
commit 46ca814f0f
3 changed files with 22 additions and 2 deletions

View File

@@ -37,6 +37,17 @@ code-server:
protocol: HTTP
persistence:
config:
forceRename: code-server-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 2Gi
retain: true
advancedMounts:
main:
main:
- path: /config-new
readOnly: false
config-old:
existingClaim: code-server-nfs-storage
advancedMounts:
main:
@@ -45,3 +56,5 @@ code-server:
readOnly: false
cloudflared:
existingSecretName: code-server-cloudflared-secret
volsync-target-config:
pvcTarget: code-server-config