modified: deploy/nextcloud/ingress-web.yaml
modified: deploy/whiteboard/ingress-web.yaml modified: deploy/whiteboard/middlewares.yaml
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
|||||||
- main: cloud.limbosolutions.com
|
- main: cloud.limbosolutions.com
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/`)
|
- match: Host(`cloud.limbosolutions.com`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
@@ -26,4 +26,8 @@ spec:
|
|||||||
- name: nextcloud-hostmeta
|
- name: nextcloud-hostmeta
|
||||||
- name: nextcloud-dav
|
- name: nextcloud-dav
|
||||||
|
|
||||||
|
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: whiteboard
|
||||||
|
port: 3002
|
||||||
@@ -1,29 +1,29 @@
|
|||||||
apiVersion: traefik.io/v1alpha1
|
# apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
# kind: IngressRoute
|
||||||
metadata:
|
# metadata:
|
||||||
name: whiteboard-web
|
# name: whiteboard-web
|
||||||
annotations:
|
# annotations:
|
||||||
kubernetes.io/ingress.class: traefik
|
# kubernetes.io/ingress.class: traefik
|
||||||
spec:
|
# spec:
|
||||||
entryPoints:
|
# entryPoints:
|
||||||
- websecure
|
# - websecure
|
||||||
tls:
|
# tls:
|
||||||
secretName: cloud-limbosolutions-com-tls
|
# secretName: cloud-limbosolutions-com-tls
|
||||||
domains:
|
# domains:
|
||||||
- main: cloud.limbosolutions.com
|
# - main: cloud.limbosolutions.com
|
||||||
|
|
||||||
routes:
|
# routes:
|
||||||
|
|
||||||
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`)
|
# - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`whiteboard`)
|
||||||
kind: Rule
|
# kind: Rule
|
||||||
services:
|
# services:
|
||||||
- name: whiteboard
|
# - name: whiteboard
|
||||||
port: 3002
|
# port: 3002
|
||||||
#middlewares:
|
# #middlewares:
|
||||||
# - name: nextcloud-security-headers
|
# # - name: nextcloud-security-headers
|
||||||
# - name: rate-limit
|
# # - name: rate-limit
|
||||||
# - name: nextcloud-deny-paths
|
# # - name: nextcloud-deny-paths
|
||||||
# - name: nextcloud-wellknown
|
# # - name: nextcloud-wellknown
|
||||||
# - name: nextcloud-hostmeta
|
# # - name: nextcloud-hostmeta
|
||||||
# - name: nextcloud-dav
|
# # - name: nextcloud-dav
|
||||||
# - name: strip-whiteboard
|
# # - name: strip-whiteboard
|
||||||
@@ -5,4 +5,4 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
stripPrefix:
|
stripPrefix:
|
||||||
prefixes:
|
prefixes:
|
||||||
- /apps/whiteboard
|
- /whiteboard
|
||||||
|
|||||||
Reference in New Issue
Block a user