create PVCs
This commit is contained in:
33
values.yaml
33
values.yaml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user