Skip to content

Commit 12823c8

Browse files
authored
fix(addons):mongodb metrics probe , plan meta uuid conflict . mysql python-dev register address
1 parent 68a7e38 commit 12823c8

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ metrics:
18491849

18501850
## @param metrics.username String with username for the metrics exporter
18511851
## If undefined the root user will be used for the metrics exporter
1852-
username: ""
1852+
username: "user_exporter"
18531853
## @param metrics.password String with password for the metrics exporter
18541854
## If undefined but metrics.username is defined, a random password will be generated
18551855
password: ""
@@ -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

addons/mysql-cluster/8.0/chart/mysql-cluster/templates/cluster/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- {{ include "mysql.primary.fullname" . }}.{{ include "common.names.namespace" . }}.svc.cluster.local
2828
initContainers:
2929
- name: init-wait
30-
image: registry.uucin.com/drycc/python-dev:latest
30+
image: registry.drycc.cc/drycc/python-dev:latest
3131
imagePullPolicy: {{.Values.imagePullPolicy}}
3232
args:
3333
- netcat

0 commit comments

Comments
 (0)