Skip to content

Commit

Permalink
Add cluster configuration for inbound rules in config.yml #deploy-opp…
Browse files Browse the repository at this point in the history
…drag-service

Each application in the inbound rules now includes a cluster specification, set to 'dev-gcp'. This ensures all specified applications route correctly through the designated cluster in the development environment.
  • Loading branch information
krharum committed Nov 6, 2024
1 parent a365043 commit 4b0c7be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/oppdrag-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@ spec:
inbound:
rules:
- application: dolly-backend
cluster: dev-gcp
- application: dolly-backend-dev
cluster: dev-gcp
- application: dolly-frontend
cluster: dev-gcp
- application: dolly-frontend-dev
cluster: dev-gcp
- application: dolly-frontend-dev-unstable
cluster: dev-gcp
- application: dolly-idporten
cluster: dev-gcp
- application: team-dolly-lokal-app
cluster: dev-gcp
- application: testnav-oversikt-frontend
cluster: dev-gcp
tokenx:
enabled: true
azure:
Expand Down

0 comments on commit 4b0c7be

Please sign in to comment.