From cb75ba589a8b43fb15bcd2e9276a7c12ffc03566 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 28 Aug 2024 14:55:55 +0500 Subject: [PATCH] chore: remove static IP --- helm/values/gitea.values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm/values/gitea.values.yaml b/helm/values/gitea.values.yaml index f5617eb..c6a38c9 100644 --- a/helm/values/gitea.values.yaml +++ b/helm/values/gitea.values.yaml @@ -3,12 +3,10 @@ service: annotations: external-dns.alpha.kubernetes.io/hostname: gitea.home metallb.universe.tf/allow-shared-ip: gitea - loadBalancerIP: 192.168.0.200 ssh: annotations: external-dns.alpha.kubernetes.io/hostname: gitea.home metallb.universe.tf/allow-shared-ip: gitea - loadBalancerIP: 192.168.0.200 ingress: enabled: true className: nginx-internal