Skip to content

Commit

Permalink
La til redirect og oppdaterte URLer for sykefraværsstatistikken.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Oct 24, 2023
1 parent 1fa0970 commit bd95fcc
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 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
1 change: 1 addition & 0 deletions .github/workflows/deploy-redirect-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'main'
paths:
- '.nais/redirect-prod.yaml'
- '.nais/redirect-sykefravarsstatistikk-prod.yaml'
- '.github/workflows/deploy-redirect-prod.yaml'
jobs:
deploy:
Expand Down
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
25 changes: 25 additions & 0 deletions .nais/redirect-sykefravarsstatistikk-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
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-sykefravarsstatistikk-to-forebygge-fravar
namespace: teamia
spec:
ingressClassName: nais-ingress
rules:
- host: arbeidsgiver.nav.no
http:
paths:
- backend:
service:
name: sykefravarsstatistikk
port:
number: 80
path: /sykefravarsstatistikk(/|$)(.*)
pathType: ImplementationSpecific

0 comments on commit bd95fcc

Please sign in to comment.