mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
ab084715e60b3e29cea37816d6c56060dc2e2385
Ingress pointed at 'gitlab-webservice-default' but the chart release name on the VPS is 'vps-gitlab', so the actual Service Helm creates is 'vps-gitlab-webservice-default' (confirmed via 'kubectl get svc -n gitlab'). Home's GitLab isn't affected - it routes via Istio VirtualService, not this Ingress, and its release name has no prefix. This was the actual cause of the persistent 404 - webservice pod was healthy and passing readiness checks the whole time, Traefik just had no matching backend to route to. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
1 MiB
Languages
Shell
94%
Go Template
6%