metallb: bump to v0.13.3, helm chart v0.13.3

This commit is contained in:
ace 2022-07-12 16:48:01 +03:00
parent abb618739c
commit 9d5478635b
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
3 changed files with 11 additions and 14 deletions

View File

@ -10,6 +10,15 @@ mail_proxy_private_ip: "{{ dns_ip }}"
web_proxy_internal_ip: INTERNAL_VPS_IP
# 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 ##
### Internal ###
internal_ingress_class: "ghp-internal-nginx"

View File

@ -1,5 +1,5 @@
# MetalLB balancer
metallb_version: 0.12.1
metallb_version: 0.13.3
# NFS provisioners
nfs_client_provisioner_hdd_version: 4.0.14

View File

@ -1,13 +1 @@
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
metallb_values: {}