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