diff --git a/service.yaml b/service.yaml index 800be6c..8a623c9 100644 --- a/service.yaml +++ b/service.yaml @@ -6,6 +6,8 @@ metadata: namespace: homeassistant labels: app: home-assistant + annotations: + metallb.io/loadBalancerIPs: "192.168.0.87, fdd7:6d2a:c0b6::100" spec: ports: - port: 8123 @@ -17,4 +19,4 @@ spec: selector: app: home-assistant type: LoadBalancer - loadBalancerIP: 192.168.0.87 + \ No newline at end of file