fix(ingress): add service alias for CoreDNS compatibility

CoreDNS rewrites *.riotpiao.com → ingress-nginx-controller but bootstrap
deployed as ingress-nginx-bootstrap-controller. Service alias makes both work.
This commit is contained in:
Story Crater Bot
2026-08-18 15:08:03 -07:00
parent e5209e3794
commit ba115c87e2
2 changed files with 25 additions and 2 deletions
+3 -2
View File
@@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# No top-level namespace - resources declare their own namespaces
resources:
- riotpiao-com-cert.yaml # Certificate for *.riotpiao.com (ingress-nginx namespace)
- ingress.yaml # Ingress rules for all services (multiple namespaces)
- ingress-nginx-controller-alias.yaml # Service alias for CoreDNS compatibility
- riotpiao-com-cert.yaml # Certificate for *.riotpiao.com (ingress-nginx namespace)
- ingress.yaml # Ingress rules for all services (multiple namespaces)