cert-manager annotations don't work on Traefik IngressRoutes — explicit Certificate resources are needed to trigger Let's Encrypt issuance.
11 lines
290 B
YAML
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
|