Skip to content

Commit

Permalink
Tillat podene mer tid på startup ved deploy (#778)
Browse files Browse the repository at this point in the history
* Tillat podene mer tid på startup ved deploy

* Bruk liveness-path til startup probe
  • Loading branch information
bjerga authored Nov 21, 2024
1 parent 2996851 commit 0ff88c8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions config/nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ spec:
scalingStrategy:
cpu:
thresholdPercentage: 75
liveness:
path: isalive
startup:
path: /isalive
initialDelay: 10
periodSeconds: 5
failureThreshold: 22
liveness:
path: /isalive
readiness:
path: isready
initialDelay: 10
path: /isready
secureLogs:
enabled: true
observability:
Expand Down

0 comments on commit 0ff88c8

Please sign in to comment.