change to single traefik and endpoint distinction
This commit is contained in:
apps
adguard
gitea
kube-dashboard
nextcloud
paperless
vaultwarden
infrastructure
0-argo-cd-ui-ingress.yaml
03-traefik
base
cert
crds
kustomization.yamltraefik.containo.us_ingressroutes.yamltraefik.containo.us_ingressroutetcps.yamltraefik.containo.us_ingressrouteudps.yamltraefik.containo.us_middlewares.yamltraefik.containo.us_middlewaretcps.yamltraefik.containo.us_serverstransports.yamltraefik.containo.us_tlsoptions.yamltraefik.containo.us_tlsstores.yamltraefik.containo.us_traefikservices.yamltraefik.io_ingressroutes.yamltraefik.io_ingressroutetcps.yamltraefik.io_ingressrouteudps.yamltraefik.io_middlewares.yamltraefik.io_middlewaretcps.yamltraefik.io_serverstransports.yamltraefik.io_serverstransporttcps.yamltraefik.io_tlsoptions.yamltraefik.io_tlsstores.yamltraefik.io_traefikservices.yaml
deployment-traefik.yamlkustomization.yamlnetworking
traefik-middleware-authentik.yamltraefik-middleware-default-headers.yamltraefik-namespace.yamltraefik-pvc.yamlvalues.yamlforeign
kustomization.yamloverlay-external
overlay-internal
patches
shared
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
|
||||
|
Reference in New Issue
Block a user