Update Cilium application configuration to enable ingress controller and remove deprecated argocd-server service patch; delete Proxmox VM template files.

This commit is contained in:
Nikholas Pcenicni
2026-03-27 04:01:40 -04:00
parent c927409356
commit 369ab99cd1
12 changed files with 42 additions and 612 deletions

View File

@@ -110,3 +110,17 @@ kubectl -n kube-system get pods -l app.kubernetes.io/name=kube-vip-ds -o wide
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.noble.lab.pcenicni.dev`
Ingress manifest:
- `clusters/noble/bootstrap/argocd/argocd-ingress.yaml`
After syncing manifests, create a Pi-hole DNS A record:
- `argo.noble.lab.pcenicni.dev` -> `192.168.50.230`