Skip to content

Commit 269a5b5

Browse files
committed
fix(mongodb): plan meta uuid and metrics probe
1 parent 4eba46d commit 269a5b5

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

addons/mongodb/7.0/chart/mongodb/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,10 +1913,10 @@ metrics:
19131913
##
19141914
livenessProbe:
19151915
enabled: true
1916-
initialDelaySeconds: 15
1917-
periodSeconds: 5
1916+
initialDelaySeconds: 60
1917+
periodSeconds: 30
19181918
timeoutSeconds: 5
1919-
failureThreshold: 3
1919+
failureThreshold: 5
19201920
successThreshold: 1
19211921
## Metrics exporter readiness probe
19221922
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)
@@ -1929,10 +1929,10 @@ metrics:
19291929
##
19301930
readinessProbe:
19311931
enabled: true
1932-
initialDelaySeconds: 5
1933-
periodSeconds: 5
1934-
timeoutSeconds: 1
1935-
failureThreshold: 3
1932+
initialDelaySeconds: 60
1933+
periodSeconds: 30
1934+
timeoutSeconds: 5
1935+
failureThreshold: 5
19361936
successThreshold: 1
19371937
## Slow starting containers can be protected through startup probes
19381938
## Startup probes are available in Kubernetes version 1.16 and above
@@ -1946,8 +1946,8 @@ metrics:
19461946
##
19471947
startupProbe:
19481948
enabled: false
1949-
initialDelaySeconds: 5
1950-
periodSeconds: 10
1949+
initialDelaySeconds: 60
1950+
periodSeconds: 30
19511951
timeoutSeconds: 5
19521952
successThreshold: 1
19531953
failureThreshold: 30
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: "standard-1c2g10"
2-
id: 8e0ff3e6-f633-4c25-8ff1-6d25cdc2ed98
3-
description: "mongodb standard-1c2g10 plan: Disk 10Gi ,vCPUs 1 , RAM 2G "
4-
displayName: "standard-1c2g10"
1+
name: "standard-4c16g100"
2+
id: a7409cf8-dc92-42ff-95e8-8223d849afe4
3+
description: "mongodb standard-4c16g100 plan: Disk 100Gi ,vCPUs c , RAM 16G "
4+
displayName: "standard-4c16g100"
55
bindable: true
66
maximum_polling_duration: 1800

0 commit comments

Comments
 (0)