Merge "[MariaDB] Add liveness probe to restart a pod that got stuck in a transfer wsrep_local_state_comment"
This commit is contained in:
commit
3e1572c959
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v10.2.31
|
appVersion: v10.2.31
|
||||||
description: OpenStack-Helm MariaDB
|
description: OpenStack-Helm MariaDB
|
||||||
name: mariadb
|
name: mariadb
|
||||||
version: 0.2.24
|
version: 0.2.25
|
||||||
home: https://mariadb.com/kb/en/
|
home: https://mariadb.com/kb/en/
|
||||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -200,6 +200,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /tmp/stop.sh
|
- /tmp/stop.sh
|
||||||
{{ dict "envAll" . "component" "server" "container" "mariadb" "type" "readiness" "probeTemplate" (include "mariadbReadinessProbe" . | fromYaml) | include "helm-toolkit.snippets.kubernetes_probe" | indent 10 }}
|
{{ dict "envAll" . "component" "server" "container" "mariadb" "type" "readiness" "probeTemplate" (include "mariadbReadinessProbe" . | fromYaml) | include "helm-toolkit.snippets.kubernetes_probe" | indent 10 }}
|
||||||
|
{{ dict "envAll" . "component" "server" "container" "mariadb" "type" "liveness" "probeTemplate" (include "mariadbReadinessProbe" . | fromYaml) | include "helm-toolkit.snippets.kubernetes_probe" | indent 10 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pod-tmp
|
- name: pod-tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
|
@ -68,6 +68,12 @@ pod:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 15
|
timeoutSeconds: 15
|
||||||
|
liveness:
|
||||||
|
enabled: true
|
||||||
|
params:
|
||||||
|
initialDelaySeconds: 120
|
||||||
|
periodSeconds: 30
|
||||||
|
timeoutSeconds: 15
|
||||||
security_context:
|
security_context:
|
||||||
server:
|
server:
|
||||||
pod:
|
pod:
|
||||||
|
@ -40,4 +40,5 @@ mariadb:
|
|||||||
- 0.2.22 Fix ingress cluster role privileges
|
- 0.2.22 Fix ingress cluster role privileges
|
||||||
- 0.2.23 Fix backup script by ignoring sys database for MariaDB 10.6 compartibility
|
- 0.2.23 Fix backup script by ignoring sys database for MariaDB 10.6 compartibility
|
||||||
- 0.2.24 Uplift Mariadb-ingress to 1.2.0
|
- 0.2.24 Uplift Mariadb-ingress to 1.2.0
|
||||||
|
- 0.2.25 Add liveness probe to restart a pod that got stuck in a transfer wsrep_local_state_comment
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user