From e9d5d392da60edd063f6848f4c6653c7ed95c6f2 Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 14 Apr 2026 16:09:02 +0200 Subject: [PATCH] "Updates" --- headlamp-ingress.yml | 1 + longhorn-ingress.yml | 1 + traefik-ingress.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/headlamp-ingress.yml b/headlamp-ingress.yml index f061c98..8b6ae54 100644 --- a/headlamp-ingress.yml +++ b/headlamp-ingress.yml @@ -16,3 +16,4 @@ spec: name: headlamp port: number: 8080 + loadBalancerIP: 192.168.1.22 diff --git a/longhorn-ingress.yml b/longhorn-ingress.yml index 274e6aa..33c98fe 100644 --- a/longhorn-ingress.yml +++ b/longhorn-ingress.yml @@ -39,3 +39,4 @@ spec: name: longhorn-frontend port: number: 80 + loadBalancerIP: 192.168.1.23 diff --git a/traefik-ingress.yml b/traefik-ingress.yml index 0129e68..3907787 100644 --- a/traefik-ingress.yml +++ b/traefik-ingress.yml @@ -39,3 +39,4 @@ spec: name: traefik-dashboard port: number: 8080 + loadBalancerIP: 192.168.1.21