This commit is contained in:
Michael Thomson
2023-12-05 16:25:58 -05:00
parent 2ff52b75d4
commit 3a3974402b
4 changed files with 152 additions and 2 deletions

View File

@@ -78,14 +78,14 @@ spec:
affinity: {}
persistence:
enabled: false
enabled: true
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
storageClassName: ""
storageClassName: longhorn
accessModes:
- ReadWriteOnce
size: 1Gi