modified: deploy/nextcloud/ingress-web.yaml

modified:   deploy/whiteboard/ingress-web.yaml
modified:   deploy/whiteboard/middlewares.yaml
This commit is contained in:
Márcio Fernandes
2026-07-16 23:43:00 +00:00
parent 4e7ebfd085
commit c60862ea21
3 changed files with 34 additions and 30 deletions
+6 -2
View File
@@ -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
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`)
kind: Rule
services:
- name: whiteboard
port: 3002
+27 -27
View File
@@ -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
# - 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
+1 -1
View File
@@ -5,4 +5,4 @@ metadata:
spec:
stripPrefix:
prefixes:
- /apps/whiteboard
- /whiteboard