From 3be32bea7d3ab2aa0c6bd121ee80553ba74df231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Wed, 22 Jul 2026 20:46:06 +0000 Subject: [PATCH] disable AUTHENTIK OUTPOST --- deploy/nextcloud/ingress-web-public.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/nextcloud/ingress-web-public.yaml b/deploy/nextcloud/ingress-web-public.yaml index 9db167a..2d45c81 100644 --- a/deploy/nextcloud/ingress-web-public.yaml +++ b/deploy/nextcloud/ingress-web-public.yaml @@ -13,16 +13,16 @@ spec: routes: - # AUTHENTIK OUTPOST - - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/outpost.goauthentik.io`) - kind: Rule - services: - - name: ak-outpost-authentik-embedded-outpost - namespace: id-limbosolutions-com - port: 9000 - middlewares: - - name: nextcloud-security-headers - - name: rate-limit + # # AUTHENTIK OUTPOST + # - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/outpost.goauthentik.io`) + # kind: Rule + # services: + # - name: ak-outpost-authentik-embedded-outpost + # namespace: id-limbosolutions-com + # port: 9000 + # middlewares: + # - name: nextcloud-security-headers + # - name: rate-limit # PUBLIC SHARES (NO SSO) - match: Host(`cloud.limbosolutions.com`) &&