refactor: Default VolSync storage class and capacity parameters, removing explicit application overrides.

This commit is contained in:
2026-02-26 16:52:39 +01:00
parent 809df95f0e
commit 2a327d40f6
4 changed files with 5 additions and 9 deletions

View File

@@ -24,8 +24,6 @@ spec:
VOLSYNC_CAPACITY: 1Gi
VOLSYNC_PUID: "568"
VOLSYNC_PGID: "568"
VOLSYNC_STORAGECLASS: ceph-block
VOLSYNC_CACHE_SNAPSHOTCLASS: ceph-block
decryption: { provider: sops }
dependsOn:

View File

@@ -20,8 +20,6 @@ spec:
substitute:
APP: *app
VOLSYNC_CAPACITY: 50Gi
VOLSYNC_STORAGECLASS: ceph-block
VOLSYNC_CACHE_SNAPSHOTCLASS: ceph-block
prune: true
sourceRef:
kind: GitRepository