mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 00:39:38 +00:00
fix(cilium): downgrade to 1.13.4
This commit is contained in:
@@ -31,13 +31,16 @@ clustermesh:
|
||||
ips: ["${IP_HERCULES}"]
|
||||
|
||||
## NOTE: Cilium's routing modes for inter-nodes pod traffic
|
||||
tunnel: "disabled"
|
||||
autoDirectNodeRoutes: true
|
||||
ipv4NativeRoutingCIDR: "${IP_POD_CIDR_V4}"
|
||||
### using Geneve tunnel for simpler routing and easier ClusterMesh across WireGuard
|
||||
routingMode: tunnel
|
||||
tunnelProtocol: geneve
|
||||
loadBalancer:
|
||||
algorithm: maglev
|
||||
mode: dsr
|
||||
dsrDispatch: geneve
|
||||
# routingMode: tunnel
|
||||
# tunnelProtocol: geneve
|
||||
# loadBalancer:
|
||||
# algorithm: maglev
|
||||
# mode: dsr
|
||||
# dsrDispatch: geneve
|
||||
|
||||
## NOTE: Cilium's networking internals
|
||||
ipam:
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: cilium
|
||||
version: "1.14.3"
|
||||
version: "1.13.4"
|
||||
sourceRef:
|
||||
name: cilium-charts
|
||||
kind: HelmRepository
|
||||
|
||||
Reference in New Issue
Block a user