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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user