Skip to content

Commit

Permalink
editoast: make liveness probe configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
bloussou authored Jul 1, 2024
1 parent 2f4cb1a commit bdb5b17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/editoast_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
httpGet:
path: /health
port: http
initialDelaySeconds: {{ .Values.editoast.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.editoast.livenessProbe.periodSeconds }}
timeoutSeconds: {{ .Values.editoast.livenessProbe.timeoutSeconds }}
readinessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit bdb5b17

Please sign in to comment.