change to single traefik and endpoint distinction

This commit is contained in:
2024-04-18 13:34:06 +02:00
parent ae4d98b37f
commit 428f45060c
56 changed files with 132 additions and 334 deletions
apps
infrastructure
projects/website/base

@ -3,13 +3,12 @@ kind: IngressRoute
metadata:
name: nextcloud-ingress
namespace: nextcloud
labels:
expose: "true"
local: "true"
spec:
entryPoints:
- web
- websecure
- web-front
- websecure-front
- web-local
- websecure-local
routes:
- match: Host(`newcloud.steffenillium.de`)
kind: Rule