From d1dbcc03d97f0fd1bade1c1f9e609a078bdf0252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 28 Jun 2026 15:16:55 +0000 Subject: [PATCH] fix service to ip of casa-mini-minion-01 --- deploy/app/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/app/service.yaml b/deploy/app/service.yaml index 2fa90ff..c275f26 100644 --- a/deploy/app/service.yaml +++ b/deploy/app/service.yaml @@ -17,7 +17,7 @@ metadata: name: home-assistant subsets: - addresses: - - ip: 192.168.14.9 + - ip: 192.168.14.11 ports: - port: 8123 ---