Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix ingress routing
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Sep 12, 2024
1 parent 910703e commit ccd1772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/overlays/api/rogfk-no/ingress-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
entryPoints:
- web
routes:
- match: "Host(`api.felleskomponent.no`) && PathPrefix(`/utdanning/ot`) && Headers(`x-org-id`, `agderfk.no`)"
- match: "Host(`api.felleskomponent.no`) && PathPrefix(`/utdanning/ot`) && Headers(`x-org-id`, `rogfk.no`)"
kind: Rule
services:
- name: fint-core-consumer-utdanning-ot
Expand Down

0 comments on commit ccd1772

Please sign in to comment.