Skip to content

Commit

Permalink
fix: dupicated delay seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Nov 30, 2023
1 parent af2b196 commit 81f5d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ microservice-chart:
httpGet:
path: /actuator/health/liveness
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 180
failureThreshold: 6
periodSeconds: 10
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 180
failureThreshold: 6
periodSeconds: 10
deployment:
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ microservice-chart:
httpGet:
path: /info
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 180
failureThreshold: 6
periodSeconds: 10
readinessProbe:
httpGet:
path: /info
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 180
failureThreshold: 6
periodSeconds: 10
deployment:
Expand Down

0 comments on commit 81f5d73

Please sign in to comment.