feat(helm): update MongoDB storage class and resource requests for optimization
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
ec3b743f7a
commit
c681b94225
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user