Skip to content

Commit

Permalink
Lagt til inbound rules på da appene vi må prate med og deployer diss…
Browse files Browse the repository at this point in the history
…e. Slettet også kafkaconfig siden denne ikke behøves lenger-. #deploy-testnav-levende-arbeidsforhold-ansettelse #deploy-testnav-kodeverk-service #deploy-testnav-organisasjon-faste-data-service #deploy-testnav-aareg-proxy-trygdeetaten #deploy-testnav-ereg-proxy #deploy-testnav-pdl-proxy-trygdeetaten
  • Loading branch information
Andrea-Devold-Fjeld committed Jul 20, 2024
1 parent 381c17f commit 03fccbf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 77 deletions.
2 changes: 2 additions & 0 deletions apps/kodeverk-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
- application: testnav-oversikt-frontend
- application: testnav-pdl-forvalter
- application: testnav-pdl-forvalter-dev
- application: testnav-levende-arbeidsforhold-ansettelse
cluster: dev-gcp
outbound:
external:
- host: kodeverk-api.nav.no
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import no.nav.testnav.libs.servletcore.config.ApplicationCoreConfig;
import no.nav.testnav.libs.servletsecurity.config.SecureOAuth2ServerToServerConfiguration;
import no.nav.testnav.libs.standalone.servletsecurity.config.InsecureJwtServerToServerConfiguration;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions apps/organisasjon-faste-data-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
- application: testnav-synt-vedtakshistorikk-service
- application: testnorge-statisk-data-forvalter
cluster: dev-fss
- application: testnav-levende-arbeidsforhold-ansettelse
cluster: dev-gcp
outbound:
rules:
- application: organisasjon-bestilling-service
Expand Down
2 changes: 2 additions & 0 deletions proxies/aareg-proxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
cluster: dev-gcp
- application: testnorge-statisk-data-forvalter
cluster: dev-fss
- application: testnav-levende-arbeidsforhold-ansettelse
cluster: dev-gcp
liveness:
path: /internal/isAlive
initialDelay: 4
Expand Down
2 changes: 2 additions & 0 deletions proxies/ereg-proxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
cluster: dev-gcp
- application: testnav-organisasjon-service
cluster: dev-gcp
- application: testnav-levende-arbeidsforhold-ansettelse
cluster: dev-gcp
liveness:
path: /internal/isAlive
initialDelay: 4
Expand Down
2 changes: 2 additions & 0 deletions proxies/pdl-proxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ spec:
cluster: dev-gcp
- application: testnav-tenor-search-service
cluster: dev-gcp
- application: testnav-levende-arbeidsforhold-ansettelse
cluster: dev-gcp
outbound:
rules:
- application: pdl-testdata
Expand Down

0 comments on commit 03fccbf

Please sign in to comment.