helm-chart: Add livenessProbe & readinessProbe

Signed-off-by: babykart <babykart@gmail.com>
This commit is contained in:
babykart
2025-03-22 20:44:45 +01:00
committed by maximilien
parent 4ef954d176
commit 9b38cba6f3
3 changed files with 26 additions and 10 deletions
+15
View File
@@ -191,6 +191,21 @@ resources: {}
# cpu: 100m
# memory: 512Mi
# -- Specifies a livenessProbe
livenessProbe: {}
#httpGet:
# path: /health
# port: 3903
#initialDelaySeconds: 5
#periodSeconds: 30
# -- Specifies a readinessProbe
readinessProbe: {}
#httpGet:
# path: /health
# port: 3903
#initialDelaySeconds: 5
#periodSeconds: 30
nodeSelector: {}
tolerations: []