fix(ingress): Add nginx LoadBalancer service to GitOps — removes 503 error

Remove manual nginx-controller-svc.yaml (duplicate with Helm-managed service).
Helm chart creates LoadBalancer service automatically. Manual manifest caused conflicts.

Ingress controller now solely managed by Helm chart values.
This commit is contained in:
Story Crater Bot
2026-07-17 00:46:27 -07:00
parent 403e495fe9
commit 888c4f5493
2 changed files with 2 additions and 34 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ingress-nginx
resources:
- nginx-controller-svc.yaml
# Ingress nginx controller pods deployed via Helm chart (in cluster)
# LoadBalancer service defined here for GitOps management
resources: []
# Ingress controller deployed via Helm chart