Skip to content

Commit

Permalink
Update initialDelaySeconds time
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jun 24, 2024
1 parent 6ea56f8 commit 938d2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ams-k8s-deployment-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ spec:
httpGet:
path: /
port: 5080
initialDelaySeconds: 30
initialDelaySeconds: 10
periodSeconds: 10
readinessProbe:
httpGet:
path: /
port: 5080
initialDelaySeconds: 30
initialDelaySeconds: 10
periodSeconds: 10
resources:
requests:
Expand Down

0 comments on commit 938d2d8

Please sign in to comment.