modified: deploy/nextcloud/ingress-web-public.yaml
modified: deploy/nextcloud/ingress-web.yaml deleted: deploy/whiteboard/ingress-web-public.yaml deleted: deploy/whiteboard/ingress-web.yaml modified: deploy/whiteboard/kustomization.yaml
This commit is contained in:
@@ -64,7 +64,7 @@ spec:
|
|||||||
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/whiteboard`)
|
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/whiteboard`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: nextcloud-whiteboard
|
- name: whiteboard
|
||||||
port: 3002
|
port: 3002
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: nextcloud-security-headers
|
- name: nextcloud-security-headers
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ spec:
|
|||||||
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/whiteboard`)
|
- match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/whiteboard`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: nextcloud-whiteboard
|
- name: whiteboard
|
||||||
port: 3002
|
port: 3002
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: nextcloud-security-headers
|
- name: nextcloud-security-headers
|
||||||
|
|||||||
@@ -1,29 +0,0 @@
|
|||||||
apiVersion: traefik.io/v1alpha1
|
|
||||||
kind: IngressRoute
|
|
||||||
metadata:
|
|
||||||
name: whiteboard-web-public
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: traefik-public
|
|
||||||
spec:
|
|
||||||
entryPoints:
|
|
||||||
- websecure
|
|
||||||
tls:
|
|
||||||
secretName: cloud-limbosolutions-com-tls
|
|
||||||
domains:
|
|
||||||
- main: cloud.limbosolutions.com
|
|
||||||
|
|
||||||
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
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
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:
|
|
||||||
|
|
||||||
- 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
|
|
||||||
@@ -10,5 +10,3 @@ resources:
|
|||||||
- image-update-automation.yaml
|
- image-update-automation.yaml
|
||||||
- middlewares.yaml
|
- middlewares.yaml
|
||||||
- network-policies.yaml
|
- network-policies.yaml
|
||||||
- ingress-web-public.yaml
|
|
||||||
- ingress-web.yaml
|
|
||||||
Reference in New Issue
Block a user