metallb: bump to v0.13.3, helm chart v0.13.3
This commit is contained in:
parent
abb618739c
commit
9d5478635b
@ -10,6 +10,15 @@ mail_proxy_private_ip: "{{ dns_ip }}"
|
|||||||
web_proxy_internal_ip: INTERNAL_VPS_IP
|
web_proxy_internal_ip: INTERNAL_VPS_IP
|
||||||
|
|
||||||
# Core infrastructure #
|
# Core infrastructure #
|
||||||
|
## MetalLB ##
|
||||||
|
metallb_advertisement_type: "BGP"
|
||||||
|
metallb_address_pool:
|
||||||
|
- 192.168.250.0/24
|
||||||
|
metallb_bgp_my_asn: 65500
|
||||||
|
metallb_bgp_peer_asn: 64601
|
||||||
|
metallb_bgp_peer_address: 192.168.5.1
|
||||||
|
metallb_bgp_aggregation_length: 24
|
||||||
|
|
||||||
## Nginx Ingress ##
|
## Nginx Ingress ##
|
||||||
### Internal ###
|
### Internal ###
|
||||||
internal_ingress_class: "ghp-internal-nginx"
|
internal_ingress_class: "ghp-internal-nginx"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# MetalLB balancer
|
# MetalLB balancer
|
||||||
metallb_version: 0.12.1
|
metallb_version: 0.13.3
|
||||||
|
|
||||||
# NFS provisioners
|
# NFS provisioners
|
||||||
nfs_client_provisioner_hdd_version: 4.0.14
|
nfs_client_provisioner_hdd_version: 4.0.14
|
||||||
|
@ -1,13 +1 @@
|
|||||||
metallb_values:
|
metallb_values: {}
|
||||||
configInline:
|
|
||||||
peers:
|
|
||||||
- peer-address: 192.168.5.1
|
|
||||||
peer-asn: 64601
|
|
||||||
my-asn: 65500
|
|
||||||
address-pools:
|
|
||||||
- name: default
|
|
||||||
protocol: bgp
|
|
||||||
bgp-advertisements:
|
|
||||||
- aggregation-length: 24
|
|
||||||
addresses:
|
|
||||||
- 192.168.250.0/24
|
|
||||||
|
Loading…
Reference in New Issue
Block a user