Skip to content

Commit

Permalink
helm: increase liveness and rediness probe timeouts (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshamTeymouri committed Oct 4, 2021
1 parent 2707ef4 commit 1e744bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ spec:
containerPort: {{ .Values.service.targetPort }}
protocol: TCP
livenessProbe:
timeoutSeconds: 10
httpGet:
path: /
port: http
readinessProbe:
timeoutSeconds: 10
httpGet:
path: /
port: http
Expand Down

0 comments on commit 1e744bf

Please sign in to comment.