cilium, argo

This commit is contained in:
2026-05-18 13:20:42 -05:00
parent 6f0c751f63
commit cdc78955b1
18 changed files with 821 additions and 136 deletions

41
cilium-config/values.yaml Normal file
View File

@@ -0,0 +1,41 @@
# ------------------------------------------------------------------------------
# Cilium Helm Values — fastpass cluster
# Chart: https://helm.cilium.io
# Version: 1.17.4
# ------------------------------------------------------------------------------
# Bootstrap values
kubeProxyReplacement: true
k8sServiceHost: 10.1.71.65
k8sServicePort: 6443
ipam:
mode: kubernetes
# Routing mode — replaces deprecated tunnel value
routingMode: tunnel
tunnelProtocol: vxlan
# L2 announcements
l2announcements:
enabled: true
k8sClientRateLimit:
qps: 20
burst: 40
externalIPs:
enabled: true
# Hubble observability
hubble:
enabled: true
relay:
enabled: true
ui:
enabled: true
# Prometheus metrics
prometheus:
enabled: true
serviceMonitor:
enabled: false