diff --git a/dmz/internalproxy/templates/redlib.yaml b/dmz/internalproxy/templates/redlib.yaml index 8b041b9..f640070 100644 --- a/dmz/internalproxy/templates/redlib.yaml +++ b/dmz/internalproxy/templates/redlib.yaml @@ -46,7 +46,7 @@ spec: - match: Host(`redlib.durp.info`) && PathPrefix(`/outpost.goauthentik.io`) kind: Rule services: - - name: ak-outpost-master-embedded-outpost + - name: ak-outpost-dmz-embedded-outpost namespace: authentik port: 9000 tls: diff --git a/dmz/traefik/templates/middleware.yaml b/dmz/traefik/templates/middleware.yaml index eea7444..7e95660 100644 --- a/dmz/traefik/templates/middleware.yaml +++ b/dmz/traefik/templates/middleware.yaml @@ -5,7 +5,7 @@ metadata: namespace: traefik spec: forwardAuth: - address: http://ak-outpost-master-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik?rd=$scheme://$http_host$request_uri + address: http://ak-outpost-dmz-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik?rd=$scheme://$http_host$request_uri trustForwardHeader: true authResponseHeaders: - X-authentik-username