Skip to content

Commit

Permalink
feat: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Aug 19, 2024
1 parent c608c40 commit b728537
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

0 comments on commit b728537

Please sign in to comment.