Skip to content

Commit

Permalink
Temporary increased initialDelay and timeout for dev-gcp, for debuggi…
Browse files Browse the repository at this point in the history
…ng purposes
  • Loading branch information
Jan Kroken committed Nov 6, 2023
1 parent f3176aa commit 2b8abc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nais/dev-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ spec:
liveness:
path: /actuator/health/liveness
port: 8080
initialDelay: 50
initialDelay: 1000
timeout: 10
readiness:
path: /actuator/health/readiness
port: 8080
initialDelay: 50
initialDelay: 1000
timeout: 10
prometheus:
enabled: true
path: /actuator/prometheus
Expand Down

0 comments on commit 2b8abc9

Please sign in to comment.