We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 781cfd9 + efc5496 commit 8098701Copy full SHA for 8098701
fleet/lib/alloy/overlays/antu/values.yaml
@@ -2,7 +2,7 @@ service:
2
enabled: true
3
type: LoadBalancer
4
annotations:
5
- metallb.universe.tf/loadBalancerIPs: 139.229.154.66
+ metallb.universe.tf/address-pool: alloy
6
7
controller:
8
type: deployment
fleet/lib/metallb-conf/overlays/antu/ipaddresspool-alloy.yaml
@@ -0,0 +1,21 @@
1
+---
+apiVersion: metallb.io/v1beta1
+kind: IPAddressPool
+metadata:
+ name: ingress
+ namespace: metallb-system
+spec:
+ addresses:
9
+ - 139.229.154.107/32
10
+ autoAssign: false
11
12
13
+kind: L2Advertisement
14
15
16
17
18
+ ipAddressPools:
19
+ - ingress
20
+ interfaces:
21
+ - br2131
0 commit comments