Update storage class in mongodb-values.yaml from openebs-hostpath to ssd-hostpath for improved performance

This commit is contained in:
cedricve
2025-11-26 21:22:20 +01:00
parent 795ac2735c
commit 53a444849b

View File

@@ -19,7 +19,7 @@ global:
## - myRegistryKeySecretName
##
imagePullSecrets: []
storageClass: "openebs-hostpath"
storageClass: "ssd-hostpath"
namespaceOverride: ""
## @section Common parameters
##