Reorganized traefik

This commit is contained in:
2025-02-17 04:16:36 +01:00
parent 86c9ecaffc
commit c2b7d0db2e
13 changed files with 67 additions and 59 deletions

View File

@@ -4,7 +4,6 @@ resources:
- ./lldap
- ./authelia
- ./grafana
- ./traefik-dashboard
- ./whoami.yaml
- ./akri-demo.yaml

View File

@@ -1,19 +0,0 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: traefik-dashboard
namespace: traefik
spec:
entryPoints:
- websecure
routes:
- match: Host(`traefik.${domain}`)
kind: Rule
middlewares:
- name: forwardauth-authelia
namespace: authelia
services:
- name: api@internal
kind: TraefikService
tls:
secretName: ${domain//./-}-tls

View File

@@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: traefik
resources:
- ingress.yaml