Skip to content

Commit

Permalink
update inital delay for alertservice
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Jun 3, 2024
1 parent b414379 commit 1e2a4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cdefense/templates/alertservice/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ spec:
livenessProbe:
tcpSocket:
port: 8080
initialDelaySeconds: 20
initialDelaySeconds: 60
periodSeconds: 15
failureThreshold: 10
successThreshold: 1
readinessProbe:
tcpSocket:
port: 8080
initialDelaySeconds: 25
initialDelaySeconds: 65
periodSeconds: 15
failureThreshold: 10
successThreshold: 1
Expand Down

0 comments on commit 1e2a4b3

Please sign in to comment.