remove gateway api
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
# Cilium Helm Values — fastpass cluster
|
||||
# Chart: https://helm.cilium.io
|
||||
# Version: 1.17.4
|
||||
#
|
||||
# Full values required — ArgoCD does not reuse previous Helm release values.
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# Bootstrap values — must be repeated here
|
||||
# Bootstrap values
|
||||
kubeProxyReplacement: true
|
||||
k8sServiceHost: 10.1.71.65
|
||||
k8sServicePort: 6443
|
||||
@@ -14,10 +12,6 @@ ipam:
|
||||
mode: kubernetes
|
||||
tunnel: vxlan
|
||||
|
||||
# Gateway API support
|
||||
gatewayAPI:
|
||||
enabled: true
|
||||
|
||||
# L2 announcements — ARP-based LB IP advertisement
|
||||
l2announcements:
|
||||
enabled: true
|
||||
@@ -29,7 +23,7 @@ k8sClientRateLimit:
|
||||
externalIPs:
|
||||
enabled: true
|
||||
|
||||
# Talos compatibility — /etc/sysctl.d/ does not exist on Talos
|
||||
# Talos compatibility
|
||||
sysctlfix:
|
||||
enabled: false
|
||||
|
||||
@@ -40,14 +34,6 @@ hubble:
|
||||
enabled: true
|
||||
ui:
|
||||
enabled: true
|
||||
metrics:
|
||||
enabled:
|
||||
- dns
|
||||
- drop
|
||||
- tcp
|
||||
- flow
|
||||
- port-distribution
|
||||
- httpV2
|
||||
|
||||
# Prometheus metrics
|
||||
prometheus:
|
||||
|
||||
Reference in New Issue
Block a user