fix: add direct IngressRoutes for nginx-stable and nginx-canary subdomains #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/nginx-direct-routes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
nginx-stable.thedevops.devandnginx-canary.thedevops.devhad DNS A records but no IngressRoutes — so requests hit the cluster with no route to match and got a 404/timeout.Fix
Added direct IngressRoutes + TLS certificates for both subdomains.
Files Changed
apps/nginx-weighted/certificate-stable.yamlapps/nginx-weighted/ingressroute-stable.yamlapps/nginx-canary/certificate.yamlapps/nginx-canary/ingressroute.yamlResult after merge