diff --git a/deploy/nextcloud/ingress-web-public.yaml b/deploy/nextcloud/ingress-web-public.yaml index 7273819..d1e6097 100644 --- a/deploy/nextcloud/ingress-web-public.yaml +++ b/deploy/nextcloud/ingress-web-public.yaml @@ -64,7 +64,7 @@ spec: - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/whiteboard`) kind: Rule services: - - name: nextcloud-whiteboard + - name: whiteboard port: 3002 middlewares: - name: nextcloud-security-headers diff --git a/deploy/nextcloud/ingress-web.yaml b/deploy/nextcloud/ingress-web.yaml index 8892b2e..4ed4e1b 100644 --- a/deploy/nextcloud/ingress-web.yaml +++ b/deploy/nextcloud/ingress-web.yaml @@ -29,7 +29,7 @@ spec: - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/whiteboard`) kind: Rule services: - - name: nextcloud-whiteboard + - name: whiteboard port: 3002 middlewares: - name: nextcloud-security-headers diff --git a/deploy/whiteboard/ingress-web-public.yaml b/deploy/whiteboard/ingress-web-public.yaml deleted file mode 100644 index d0d1ad7..0000000 --- a/deploy/whiteboard/ingress-web-public.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/deploy/whiteboard/ingress-web.yaml b/deploy/whiteboard/ingress-web.yaml deleted file mode 100644 index 1b5af5e..0000000 --- a/deploy/whiteboard/ingress-web.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/deploy/whiteboard/kustomization.yaml b/deploy/whiteboard/kustomization.yaml index a28e216..166dcb4 100644 --- a/deploy/whiteboard/kustomization.yaml +++ b/deploy/whiteboard/kustomization.yaml @@ -10,5 +10,3 @@ resources: - image-update-automation.yaml - middlewares.yaml - network-policies.yaml - - ingress-web-public.yaml - - ingress-web.yaml \ No newline at end of file