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