final apps
This commit is contained in:
@@ -4,17 +4,11 @@
|
||||
#
|
||||
# This Application does two things:
|
||||
# 1. Manages Cilium itself via Helm (enables Gateway API, keeps config in git)
|
||||
# 2. Applies LB pool and L2 announcement manifests
|
||||
#
|
||||
# On first sync, ArgoCD will upgrade Cilium in-place with --reuse-values
|
||||
# plus our additions (gatewayAPI.enabled, l2announcements, etc.).
|
||||
# Cilium operator and daemonset will rolling-restart automatically.
|
||||
# 2. Applies LB pool and L2 announcement manifests from repo
|
||||
#
|
||||
# IP Allocation:
|
||||
# 10.1.71.80 — ingress-nginx (reserved, not from pool)
|
||||
# 10.1.71.81 — Cilium Gateway (reserved, not from pool)
|
||||
# 10.1.71.82-.89 — ingress-nginx LB pool (future additional controllers)
|
||||
# 10.1.71.90-.99 — Cilium Gateway LB pool
|
||||
# 10.1.71.80-.89 — ingress-nginx LB pool
|
||||
# 10.1.71.90-.99 — Cilium Gateway LB pool
|
||||
# ------------------------------------------------------------------------------
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
@@ -31,11 +25,12 @@ spec:
|
||||
chart: cilium
|
||||
targetRevision: 1.17.4
|
||||
helm:
|
||||
valuesFiles:
|
||||
valueFiles:
|
||||
- $values/cluster/platform/cilium-config/values.yaml
|
||||
# Source 2: Our repo — provides the values file and manifests
|
||||
# Source 2: Repo — values ref + lb-pool.yaml + GatewayClass manifests
|
||||
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
||||
targetRevision: main
|
||||
path: cluster/platform/cilium-config/manifests
|
||||
ref: values
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
Reference in New Issue
Block a user