This commit is contained in:
2024-04-23 19:04:03 +02:00
parent c5d218049d
commit 2b1e9fc2eb
24 changed files with 19 additions and 18 deletions

View File

@ -6,9 +6,9 @@ namespace: traefik
resources:
- cert
- crds
- deployment-traefik.yaml
- deployment.yaml
- networking
- security
- traefik-middleware-default-headers.yaml
- traefik-namespace.yaml
- traefik-pvc.yaml
- mid-default-headers.yaml
- namespace.yaml
- pvc.yaml

View File

@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- traefik-dashboard-ingress.yaml
- networking-ingressclass-traefik.yaml
- traefik-service.yaml
- ingress.yaml
- ingressclass.yaml
- service.yaml

View File

@ -1,6 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- rbac-clusterrole-traefik-default.yaml
- rbac-clusterrolebinding-traefik-default.yaml
- traefik-serviceaccount.yaml
- clusterrole.yaml
- clusterrolebinding.yaml
- serviceaccount.yaml

View File

@ -1,3 +1,3 @@
resources:
- adguard-ingress.yaml
- adguard-service.yaml
- ingress.yaml
- service.yaml

View File

@ -1,3 +1,3 @@
resources:
- fritz-ingress.yaml
- fritz-service.yaml
- ingress.yaml
- service.yaml

View File

@ -1,3 +1,3 @@
resources:
- home-assistant-ingress.yaml
- home-assistant-service.yaml
- ingress.yaml
- service.yaml

View File

@ -1,3 +1,3 @@
resources:
- adguard-ingress.yaml
- adguard-service.yaml
- ingress.yaml
- service.yaml