-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/q2 environment #177
Merged
Merged
Changes from 12 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
72161cf
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for dette
nils-arne 5f9e330
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne 1dcd50c
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne 4b3e41c
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne b1ac782
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne 4013c66
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne ed419e1
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne 576766f
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne 8cc7a9c
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne d995b6f
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne fc6988e
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne 41feec9
Lagt til konfigurering av soknadsarkiverer i q2 og deploy valg for de…
nils-arne 9914f2c
Fiks etter PR, feil konfig på saf_url
nils-arne 5b128e8
Update config-preprod-q2.json
nils-arne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,35 @@ | ||||||
{ | ||||||
"appname": "soknadsarkiverer", | ||||||
"profile": "dev", | ||||||
"replicas-min": "2", | ||||||
"replicas-max": "4", | ||||||
"ingress": "https://soknadsarkiverer-gcp.intern.dev.nav.no", | ||||||
"outboundRules": [ | ||||||
"soknadsfillager", | ||||||
"innsending-api" | ||||||
], | ||||||
"outboundExternalHosts": [ | ||||||
"dokarkiv.dev-fss-pub.nais.io", | ||||||
"soknadsfillager-gcp.intern.dev.nav.no", | ||||||
"innsending-api-gcp.intern.dev.nav.no", | ||||||
"saf.dev-fss-pub.nais.io" | ||||||
], | ||||||
"kafka-main-topic": "team-soknad.privat-soknadinnsending-v2-dev", | ||||||
"kafka-processingeventlog-topic": "team-soknad.privat-soknadinnsending-processingeventlog-v2-dev", | ||||||
"kafka-message-topic": "team-soknad.privat-soknadinnsending-messages-v2-dev", | ||||||
"kafka-metrics-topic": "team-soknad.privat-soknadinnsending-metrics-v2-dev", | ||||||
"filestorage-host": "https://soknadsfillager-gcp.intern.dev.nav.no", | ||||||
"innsending-api-host": "https://innsending-api-gcp.intern.dev.nav.no", | ||||||
"joark-host": "https://dokarkiv-q2.dev-fss-pub.nais.io", | ||||||
"dokarkiv-scope": "api://dev-fss.teamdokumenthandtering.dokarkiv/.default", | ||||||
"soknadsfillager-scope": "api://dev-gcp.team-soknad.soknadsfillager/.default", | ||||||
"innsending-api-scope": "api://dev-gcp.team-soknad.innsending-api/.default", | ||||||
"send-to-joark": "true", | ||||||
"kafka-pool": "nav-dev", | ||||||
"SAF_URL": "https://saf-q2.dev-fss-pub.nais.io/graphql", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"SAF_SCOPE": "api://dev-fss.teamdokumenthandtering.saf/.default", | ||||||
"AZURE_TENANT": "trygdeetaten.no", | ||||||
"AZURE_ALLOW_ALL_USERS": true, | ||||||
"AZURE_ALLOWED_GROUPS": [], | ||||||
"STATUS_LOG_URL": "https://logs.adeo.no/app/discover#/view/9aa683f0-df5d-11ed-8b42-0b0644af4500" | ||||||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Må ikke denne også oppdateres?