Skip to content

Commit f25542f

Browse files
committed
Revert "Uhm, feiler på Service "dp-inntekt-api-grpc" is invalid: spec.clusterIP: Invalid value: "": field is immutable ved deploy av grpc service"
Denne må deployes. Den hadde forsvunnet i prod. This reverts commit a99ae6f. [skip ci]
1 parent 832a96b commit f25542f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dp-inntekt-api-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
5454
CLUSTER: dev-fss
55-
RESOURCE: nais/dev/nais.yaml
55+
RESOURCE: nais/dev/nais.yaml,nais/grpc-svc.yaml
5656
VARS: nais/vars.yaml
5757
PRINT_PAYLOAD: true
5858
deploy-prod:
@@ -68,6 +68,6 @@ jobs:
6868
env:
6969
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
7070
CLUSTER: prod-fss
71-
RESOURCE: nais/prod/nais.yaml
71+
RESOURCE: nais/prod/nais.yaml,nais/grpc-svc.yaml
7272
VARS: nais/vars.yaml
7373
PRINT_PAYLOAD: true

0 commit comments

Comments
 (0)