diff --git a/deploy/nextcloud/ingress-web.yaml b/deploy/nextcloud/ingress-web.yaml index e9cd774..0d66657 100644 --- a/deploy/nextcloud/ingress-web.yaml +++ b/deploy/nextcloud/ingress-web.yaml @@ -30,4 +30,11 @@ spec: kind: Rule services: - name: whiteboard - port: 3002 \ 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