mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 04:31:14 +00:00
cilium(kube): scale replicas down to 1
This commit is contained in:
@@ -31,6 +31,11 @@ l2announcements:
|
|||||||
enabled: true
|
enabled: true
|
||||||
externalIPs:
|
externalIPs:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# Single-node cluster: the operator defaults to 2 replicas, but both
|
||||||
|
# bind the same host ports, so the second replica can never schedule ("node(s)
|
||||||
|
# didn't have free ports for the requested pod ports") and sits Pending forever.
|
||||||
|
operator:
|
||||||
|
replicas: 1
|
||||||
ingressController:
|
ingressController:
|
||||||
enabled: false
|
enabled: false
|
||||||
loadbalancerMode: shared
|
loadbalancerMode: shared
|
||||||
|
|||||||
Reference in New Issue
Block a user