diff --git a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml index 1791d2a8..6fdbdddd 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -1,6 +1,6 @@ global: - defaultStorageClass: "azure-blob-fuse-2-std-lrs" - storageClass: "azure-blob-fuse-2-std-lrs" + defaultStorageClass: "azure-disk-std-lrs" + storageClass: "azure-disk-std-lrs" security: allowInsecureImages: false namespaceOverride: "freeleaps-alpha" @@ -20,7 +20,7 @@ updateStrategy: type: RollingUpdate resources: requests: - cpu: 500m + cpu: 200m memory: 256Mi limits: cpu: 1000m @@ -63,7 +63,7 @@ persistence: name: "datadir" accessModes: - ReadWriteOnce - size: 25Gi + size: 8Gi mountPath: /bitnami/mongodb metrics: enabled: true