From 02515eb953f507a20b4566b05fb636ac61aff499 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 10 Apr 2023 01:23:31 +0000 Subject: [PATCH] Update file duplicati-ingress.yaml --- internalproxy/templates/duplicati-ingress.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/internalproxy/templates/duplicati-ingress.yaml b/internalproxy/templates/duplicati-ingress.yaml index 7c32ea5..c4a6f90 100644 --- a/internalproxy/templates/duplicati-ingress.yaml +++ b/internalproxy/templates/duplicati-ingress.yaml @@ -75,7 +75,8 @@ metadata: name: duplicati-ingress annotations: cert-manager.io/cluster-issuer: letsencrypt-production - traefik.ingress.kubernetes.io/auth-type: forward + #traefik.ingress.kubernetes.io/router.middlewares: default-auth@duplicati,auth-redirect@duplicati + #traefik.ingress.kubernetes.io/auth-type: forward spec: entryPoints: - websecure @@ -85,16 +86,14 @@ spec: services: - name: duplicati port: 8200 - middlewares: - - name: authentik - namespace: traefik - match: Host(`duplicati.internal.durp.info`) && PathPrefix(`/outpost.goauthentik.io`) kind: Rule + middlewares: + - name: authentik + namespace: traefik services: - - kind: Service - name: authentik - namespace: authentik - port: 80 + - name: ak-outpost-authentik-embedded-outpost + port: 80 tls: secretName: duplicati-tls