Skip to content

Commit 323651d

Browse files
committed
Revert v8. Takes too long to run this way.
1 parent 663c3d7 commit 323651d

File tree

3 files changed

+2
-211368
lines changed

3 files changed

+2
-211368
lines changed

.github/workflows/deploy-to-prod.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
env:
3535
TEAM: klage
3636
CLUSTER: prod-gcp
37-
TIMEOUT: 40m
3837
VARS: deploy/prod.yaml
3938
RESOURCE: deploy/nais.yaml
4039
VAR: image=${{ steps.image.outputs.image }}

deploy/nais.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ spec:
3232
port: 7095
3333
startup:
3434
failureThreshold: 30
35-
initialDelay: 960
35+
initialDelay: 30
3636
path: /internal/health
37-
periodSeconds: 20
37+
periodSeconds: 10
3838
timeout: 2
3939
liveness:
4040
path: /internal/health

0 commit comments

Comments
 (0)