Skip to content

Commit

Permalink
more...
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusev committed Jun 3, 2021
1 parent 950898b commit 2ef6c39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ spec:
liveness:
path: /isAlive
port: 8080
initialDelay: 10
timeout: 10
initialDelay: 999999
timeout: 99999
readiness:
path: /isReady
port: 8080
initialDelay: 10
timeout: 10
initialDelay: 99999
timeout: 99999
replicas:
min: 1
max: 1
Expand Down

0 comments on commit 2ef6c39

Please sign in to comment.