Skip to content

Commit

Permalink
Merge pull request #169 from navikt/sykefravarsstatistikk-redirect
Browse files Browse the repository at this point in the history
La til redirect og oppdaterte URLer for sykefraværsstatistikken.
  • Loading branch information
sstensby authored Oct 24, 2023
2 parents 1fa0970 + cb02b4f commit e11d632
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DECORATOR_BREADCRUMB_THIS_PAGE_URL=http://localhost:3000/forebygge-fravar
DECORATOR_ENV=dev
SAMTALESTOTTE_URL=https://arbeidsgiver.ekstern.dev.nav.no/samtalestotte
FIA_ARBEIDSGIVER_HOSTNAME=arbeidsgiver.ekstern.dev.nav.no
SYKEFRAVARSSTATISTIKK_URL=https://arbeidsgiver.ekstern.dev.nav.no/sykefravarsstatistikk
SYKEFRAVARSSTATISTIKK_URL=https://arbeidsgiver.ekstern.dev.nav.no/forebygge-fravar/sykefravarsstatistikk
FOREBYGGINGSPLAN_URL=https://arbeidsgiver.ekstern.dev.nav.no/forebyggingsplan
MIN_SIDE_ARBEIDSGIVER_URL=https://arbeidsgiver.ekstern.dev.nav.no/min-side-arbeidsgiver
KONTAKT_OSS_ARBEIDSGIVER_URL=https://arbeidsgiver-kontakt-oss.dev.nav.no/kontakt-oss
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-redirect-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- '.nais/redirect-prod.yaml'
- '.nais/redirect-sykefravarsstatistikk-prod.yaml'
- '.github/workflows/deploy-redirect-prod.yaml'
jobs:
deploy:
Expand All @@ -18,4 +18,4 @@ jobs:
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
RESOURCE: .nais/redirect-prod.yaml
RESOURCE: .nais/redirect-sykefravarsstatistikk-prod.yaml
2 changes: 1 addition & 1 deletion .nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: SAMTALESTOTTE_URL
value: https://samtalestotte.intern.dev.nav.no/samtalestotte
- name: SYKEFRAVARSSTATISTIKK_URL
value: https://sykefravarsstatistikk.intern.dev.nav.no/sykefravarsstatistikk
value: https://forebygge-fravar.intern.dev.nav.no/forebygge-fravar/sykefravarsstatistikk
- name: FOREBYGGINGSPLAN_URL
value: https://forebyggingsplan-frontend.intern.dev.nav.no/forebyggingsplan
- name: MIN_SIDE_ARBEIDSGIVER_URL
Expand Down
2 changes: 1 addition & 1 deletion .nais/ekstern-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: SAMTALESTOTTE_URL
value: https://arbeidsgiver.ekstern.dev.nav.no/samtalestotte
- name: SYKEFRAVARSSTATISTIKK_URL
value: https://arbeidsgiver.ekstern.dev.nav.no/sykefravarsstatistikk
value: https://arbeidsgiver.ekstern.dev.nav.no/forebygge-fravar/sykefravarsstatistikk
- name: FOREBYGGINGSPLAN_URL
value: https://arbeidsgiver.ekstern.dev.nav.no/forebyggingsplan
- name: MIN_SIDE_ARBEIDSGIVER_URL
Expand Down
2 changes: 1 addition & 1 deletion .nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: SAMTALESTOTTE_URL
value: https://arbeidsgiver.nav.no/samtalestotte
- name: SYKEFRAVARSSTATISTIKK_URL
value: https://arbeidsgiver.nav.no/sykefravarsstatistikk
value: https://arbeidsgiver.nav.no/forebygge-fravar/sykefravarsstatistikk
- name: FOREBYGGINGSPLAN_URL
value: https://arbeidsgiver.nav.no/forebyggingsplan
- name: MIN_SIDE_ARBEIDSGIVER_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/rewrite-target: "https://arbeidsgiver.nav.no/forebygge-fravar/$2"
nginx.ingress.kubernetes.io/rewrite-target: "https://arbeidsgiver.nav.no/forebygge-fravar/sykefravarsstatistikk/$2"
prometheus.io/scrape: "false"
labels:
app: min-ia
team: teamia
name: prod-redirect-min-ia-to-forebygge-fravar
name: prod-redirect-sykefravarsstatistikk-to-forebygge-fravar
namespace: teamia
spec:
ingressClassName: nais-ingress-external
ingressClassName: nais-ingress
rules:
- host: arbeidsgiver.nav.no
http:
paths:
- backend:
service:
name: min-ia
name: sykefravarsstatistikk
port:
number: 80
path: /min-ia(/|$)(.*)
path: /sykefravarsstatistikk(/|$)(.*)
pathType: ImplementationSpecific

0 comments on commit e11d632

Please sign in to comment.