diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index 5c50e9f..34f226b 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -254,4 +254,16 @@ database: nodeSelector: {} tolerations: [] affinity: {} - + healthCheck: + enabled: false + probes: + readinessProbe: + tcpSocket: + port: 3306 + initialDelaySeconds: 30 + periodSeconds: 10 + livenessProbe: + tcpSocket: + port: 3306 + extraVolumeMounts: [] + extraVolumes: []