From 4e7ebfd085e7706e3b9b34d6864b4941a73c87fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 16 Jul 2026 23:33:22 +0000 Subject: [PATCH] modified: deploy/whiteboard/ingress-web.yaml --- deploy/whiteboard/ingress-web.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/whiteboard/ingress-web.yaml b/deploy/whiteboard/ingress-web.yaml index 8e11625..64d1665 100644 --- a/deploy/whiteboard/ingress-web.yaml +++ b/deploy/whiteboard/ingress-web.yaml @@ -14,16 +14,16 @@ spec: routes: - - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/apps/whiteboard/ws`) + - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`) kind: Rule services: - name: whiteboard port: 3002 - middlewares: + #middlewares: # - name: nextcloud-security-headers # - name: rate-limit # - name: nextcloud-deny-paths # - name: nextcloud-wellknown # - name: nextcloud-hostmeta # - name: nextcloud-dav - - name: strip-whiteboard \ No newline at end of file + # - name: strip-whiteboard \ No newline at end of file