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`) &&