Merge pull request #236 from stdnt-xiao/main

[fix] issues-235 Kubernetes storage causing MySQL startup delay
This commit is contained in:
Twwy 2023-09-13 11:34:15 +08:00 committed by GitHub
commit 5a3f2b3005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -256,17 +256,17 @@ primary:
##
livenessProbe:
enabled: true
initialDelaySeconds: 120
initialDelaySeconds: 300
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 30
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 1
## MySQL primary custom liveness probe
@ -540,17 +540,17 @@ secondary:
##
livenessProbe:
enabled: true
initialDelaySeconds: 120
initialDelaySeconds: 300
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 30
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 1
## MySQL secondary custom liveness probe