Reorganized traefik
This commit is contained in:
@@ -4,7 +4,6 @@ resources:
|
||||
- ./lldap
|
||||
- ./authelia
|
||||
- ./grafana
|
||||
- ./traefik-dashboard
|
||||
|
||||
- ./whoami.yaml
|
||||
- ./akri-demo.yaml
|
||||
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: traefik
|
||||
resources:
|
||||
- ingress.yaml
|
||||
Reference in New Issue
Block a user