Update Argo CD configuration by enabling service in kube-vip daemonset, replacing argocd-ingress with argocd-server-lb, and updating documentation to reflect changes.
This commit is contained in:
@@ -112,15 +112,16 @@ nc -vz 192.168.50.230 6443
|
||||
|
||||
## 9) Argo CD via DNS host (no port)
|
||||
|
||||
Argo CD is exposed through Cilium Ingress with host:
|
||||
Argo CD is exposed through a kube-vip managed LoadBalancer Service:
|
||||
|
||||
- `argo.noble.lab.pcenicni.dev`
|
||||
|
||||
Ingress manifest:
|
||||
Manifests:
|
||||
|
||||
- `clusters/noble/bootstrap/argocd/argocd-ingress.yaml`
|
||||
- `clusters/noble/bootstrap/argocd/argocd-server-lb.yaml`
|
||||
- `clusters/noble/apps/kube-vip/vip-daemonset.yaml` (`svc_enable: "true"`)
|
||||
|
||||
After syncing manifests, create a Pi-hole DNS A record:
|
||||
|
||||
- `argo.noble.lab.pcenicni.dev` -> `192.168.50.230`
|
||||
- `argo.noble.lab.pcenicni.dev` -> `192.168.50.231`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user