Files
homelab/infra/kubernetes/platform/traefik/kustomization.yaml
Julia McGhee 11c9c0f1bc Add Certificate resources for internal IngressRoutes
cert-manager annotations don't work on Traefik IngressRoutes — explicit
Certificate resources are needed to trigger Let's Encrypt issuance.
2026-03-20 19:26:25 +00:00

11 lines
290 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmchartconfig.yaml
- middleware-default-headers.yaml
- middleware-internal-only.yaml
- ingressroute-argocd.yaml
- ingressroute-grafana.yaml
- ingressroute-longhorn.yaml
- certificate-internal.yaml