diff --git a/deploy/whiteboard/ingress-web.yaml b/deploy/whiteboard/ingress-web.yaml index 1b5af5e..90b9beb 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(`/whiteboard`) + - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/whiteboard/ws`) kind: Rule services: - name: whiteboard port: 3002 - 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 + # 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