Skip to content

Commit f848bc3

Browse files
committed
Timeout på HPA og Redis deploys
1 parent e155fea commit f848bc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-to-nais.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@ jobs:
3333
- name: Deploy Redis
3434
if: ${{ inputs.deploy_redis == true }}
3535
uses: nais/deploy/actions/deploy@v2
36+
timeout-minutes: 1
37+
continue-on-error: true
3638
env:
3739
CLUSTER: ${{ inputs.cluster }}
3840
RESOURCE: .nais/redis.yml
3941
VARS: .nais/vars/${{ inputs.vars_file }}
4042
- name: Deploy HPA
4143
if: ${{ inputs.hpa_file }}
4244
uses: nais/deploy/actions/deploy@v2
45+
timeout-minutes: 1
46+
continue-on-error: true
4347
env:
4448
CLUSTER: ${{ inputs.cluster }}
4549
RESOURCE: .nais/hpa/${{inputs.hpa_file}}

0 commit comments

Comments
 (0)