Skip to content

Commit

Permalink
increased the initial delay for probes #EA-3432
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed May 25, 2023
1 parent a18509e commit 7a27ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
httpHeaders:
- name: Accept
value: application/json
initialDelaySeconds: 30
initialDelaySeconds: 120
periodSeconds: 30
readinessProbe:
httpGet:
Expand All @@ -27,7 +27,7 @@ spec:
httpHeaders:
- name: Accept
value: application/json
initialDelaySeconds: 30
initialDelaySeconds: 120
periodSeconds: 30
volumeMounts:
- name: app-properties
Expand Down

0 comments on commit 7a27ae7

Please sign in to comment.