From bb690a3194a5e13b644f7281b7ddc9b778b360fe Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 28 Aug 2024 13:45:25 +0500 Subject: [PATCH] chore: Gitea | static ip address --- helm/values/gitea.values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/values/gitea.values.yaml b/helm/values/gitea.values.yaml index 095cab1..0cc1615 100644 --- a/helm/values/gitea.values.yaml +++ b/helm/values/gitea.values.yaml @@ -3,10 +3,12 @@ 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