Skip to content

Commit

Permalink
Oppdatert konfigurasjon #deploy-organisasjon-tilgang-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Apr 30, 2024
1 parent a39107a commit a89884b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/organisasjon-tilgang-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ spec:
memory: 512Mi
image: "{{image}}"
ingresses:
- "https://testnav-organisasjon-tilgang.intern.dev.nav.no"
- "https://testnav-organisasjon-tilgang.intern.dev.nav.no"
- "https://testnav-organisasjon-tilgang.ansatt.dev.nav.no"
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const createDefaultDate = () => {
const miljoeOptions = [
{ value: 'q1', label: 'Q1' },
{ value: 'q2', label: 'Q2' },
{ value: 'q1,q2', label: 'Q1+Q2' },
];

const AccessForm = () => {
Expand Down

0 comments on commit a89884b

Please sign in to comment.