From 723f36acff37716606b8f7dadfdd8ae2fbcdf2a6 Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Wed, 10 Jun 2026 09:22:31 +0000 Subject: [PATCH] changed networking for HA pod --- service.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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