From c60862ea21fbcacfd0d85395ef3a353d227395d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 16 Jul 2026 23:43:00 +0000 Subject: [PATCH] modified: deploy/nextcloud/ingress-web.yaml modified: deploy/whiteboard/ingress-web.yaml modified: deploy/whiteboard/middlewares.yaml --- deploy/nextcloud/ingress-web.yaml | 8 +++-- deploy/whiteboard/ingress-web.yaml | 54 +++++++++++++++--------------- deploy/whiteboard/middlewares.yaml | 2 +- 3 files changed, 34 insertions(+), 30 deletions(-) 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