MetalLB: bump to v0.9.5 (#7241)
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>pull/7223/head
parent
5368d51d63
commit
b42bf39fb7
|
@ -132,7 +132,7 @@ cert_manager_enabled: false
|
|||
metallb_enabled: false
|
||||
# metallb_ip_range:
|
||||
# - "10.5.0.50-10.5.0.99"
|
||||
# metallb_version: v0.9.3
|
||||
# metallb_version: v0.9.5
|
||||
# metallb_protocol: "layer2"
|
||||
# metallb_port: "7472"
|
||||
# metallb_limits_cpu: "100m"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
metallb_enabled: false
|
||||
metallb_version: v0.9.3
|
||||
metallb_version: v0.9.5
|
||||
metallb_protocol: "layer2"
|
||||
metallb_port: "7472"
|
||||
metallb_limits_cpu: "100m"
|
||||
|
|
|
@ -306,6 +306,9 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
# needed when another software is also using memberlist / port 7946
|
||||
#- name: METALLB_ML_BIND_PORT
|
||||
# value: "7946"
|
||||
- name: METALLB_ML_LABELS
|
||||
value: "app=metallb,component=speaker"
|
||||
- name: METALLB_ML_NAMESPACE
|
||||
|
|
Loading…
Reference in New Issue