Skip to content

Commit

Permalink
Bruk service discovery til norg2 i gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
almyy committed Jan 2, 2025
1 parent dc9aeaa commit a0303de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions nais/dev/preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ spec:
- host: api.fiks.test.ks.no
- host: minside.fiks.test.ks.no
- host: pdl-api.dev-fss-pub.nais.io
- host: norg2.dev-fss-pub.nais.io
- host: unleash.nais.io
- host: teamdigisos-unleash-api.nav.cloud.nais.io
- host: test.idporten.no
rules:
- application: clamav
namespace: clamav
- application: norg2
namespace: org
inbound:
rules:
- application: sosialhjelp-innsyn
Expand Down Expand Up @@ -73,7 +74,7 @@ spec:
- name: FIKS_DOKUMENTLAGER_ENDPOINT_URL
value: "https://minside.fiks.test.ks.no"
- name: NORG_URL
value: "https://norg2.dev-fss-pub.nais.io/norg2/api/v1"
value: "http://norg2.org/norg2/api/v1"
- name: CACHE_TIME_TO_LIVE_SECONDS
value: "10"
- name: DOKUMENT_CACHE_TIME_TO_LIVE_SECONDS
Expand Down
4 changes: 3 additions & 1 deletion nais/prod/prod-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
rules:
- application: clamav
namespace: clamav
- application: norg2
namespace: org
inbound:
rules:
- application: sosialhjelp-innsyn
Expand All @@ -72,7 +74,7 @@ spec:
- name: FIKS_DOKUMENTLAGER_ENDPOINT_URL
value: "https://minside.fiks.ks.no"
- name: NORG_URL
value: "https://norg2.prod-fss-pub.nais.io/norg2/api/v1"
value: "http://norg2.org/norg2/api/v1"
- name: CACHE_TIME_TO_LIVE_SECONDS
value: "10"
- name: DOKUMENT_CACHE_TIME_TO_LIVE_SECONDS
Expand Down

0 comments on commit a0303de

Please sign in to comment.