fix(ingress): Add nginx LoadBalancer service to GitOps — fixes 503 error
Recreate ingress-nginx-controller LoadBalancer service that was deleted. Add to k8s/bootstrap/ingress/ kustomization for ArgoCD management. LoadBalancer assigned IP: 192.168.1.160 (via MetalLB) ArgoCD now accessible via: https://192.168.1.160/ (or update DNS)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: ingress-nginx
|
||||
resources: []
|
||||
# Ingress controller deployed via Helm chart
|
||||
resources:
|
||||
- nginx-controller-svc.yaml
|
||||
# Ingress nginx controller pods deployed via Helm chart (in cluster)
|
||||
# LoadBalancer service defined here for GitOps management
|
||||
|
||||
Reference in New Issue
Block a user