hr~ 3 weeks ago
parent
commit
518bb7111c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      k3s-INFRA/DEV/traefik-rules/ahx-oidc/IngressRoute.yaml

+ 9 - 0
k3s-INFRA/DEV/traefik-rules/ahx-oidc/IngressRoute.yaml

@@ -66,6 +66,15 @@ spec:
   entryPoints:
     - web
   routes:
+    - kind: Rule
+      match: Host(`oidc-dev.ahxpm.com`) && PathPrefix(`/ahx-oidc`)
+      middlewares:
+        - name: ahx-oidc-strip
+        - name: ahx-oidc.cors-header
+      priority: 200
+      services:
+        - name: ahx-oidc
+          port: 80
     - kind: Rule
       match: Host(`oidc-dev.ahxpm.com`) && PathPrefix(`/api`)
       middlewares: