diff --git a/deploy/nextcloud/ingress-web.yaml b/deploy/nextcloud/ingress-web.yaml index 414753f..139779c 100644 --- a/deploy/nextcloud/ingress-web.yaml +++ b/deploy/nextcloud/ingress-web.yaml @@ -13,7 +13,7 @@ spec: - main: cloud.limbosolutions.com routes: - - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/`) + - match: Host(`cloud.limbosolutions.com`) kind: Rule services: - name: nextcloud @@ -26,4 +26,8 @@ spec: - name: nextcloud-hostmeta - name: nextcloud-dav - \ No newline at end of file + - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`) + kind: Rule + services: + - name: whiteboard + port: 3002 \ No newline at end of file diff --git a/deploy/whiteboard/ingress-web.yaml b/deploy/whiteboard/ingress-web.yaml index 64d1665..c14ba5c 100644 --- a/deploy/whiteboard/ingress-web.yaml +++ b/deploy/whiteboard/ingress-web.yaml @@ -1,29 +1,29 @@ -apiVersion: traefik.io/v1alpha1 -kind: IngressRoute -metadata: - name: whiteboard-web - annotations: - kubernetes.io/ingress.class: traefik -spec: - entryPoints: - - websecure - tls: - secretName: cloud-limbosolutions-com-tls - domains: - - main: cloud.limbosolutions.com +# apiVersion: traefik.io/v1alpha1 +# kind: IngressRoute +# metadata: +# name: whiteboard-web +# annotations: +# kubernetes.io/ingress.class: traefik +# spec: +# entryPoints: +# - websecure +# tls: +# secretName: cloud-limbosolutions-com-tls +# domains: +# - main: cloud.limbosolutions.com - routes: +# routes: - - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`) - 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 +# - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`) +# 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 diff --git a/deploy/whiteboard/middlewares.yaml b/deploy/whiteboard/middlewares.yaml index 7bc21b1..ea9fe84 100644 --- a/deploy/whiteboard/middlewares.yaml +++ b/deploy/whiteboard/middlewares.yaml @@ -5,4 +5,4 @@ metadata: spec: stripPrefix: prefixes: - - /apps/whiteboard + - /whiteboard