create PVCs

This commit is contained in:
2025-03-10 13:02:48 +01:00
parent e231c419c4
commit feb24daad0
2 changed files with 61 additions and 19 deletions

View File

@@ -169,17 +169,28 @@ readinessProbe:
persistence:
# Enable persistence with PVC. If false, uses emptyDir instead.
enabled: true
storageClassName: longhorn
accessModes:
- ReadWriteOnce
size: 10Gi
annotations: {}
finalizers:
- kubernetes.io/pvc-protection
selectorLabels: {}
subPath: ""
existingClaimConfig: null
existingClaimUploads: null
config:
storageClassName: longhorn
accessModes:
- ReadWriteOnce
size: 1Gi
annotations: {}
finalizers:
- kubernetes.io/pvc-protection
selectorLabels: {}
subPath: ""
existingClaim: null
uploads:
storageClassName: longhorn
accessModes:
- ReadWriteOnce
size: 10Gi
annotations: {}
finalizers:
- kubernetes.io/pvc-protection
selectorLabels: {}
subPath: ""
existingClaim: null
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
autoscaling: