chore: remove static IP

This commit is contained in:
2024-08-28 14:55:55 +05:00
parent c4dcce8d53
commit cb75ba589a

View File

@@ -3,12 +3,10 @@ service:
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: gitea.home external-dns.alpha.kubernetes.io/hostname: gitea.home
metallb.universe.tf/allow-shared-ip: gitea metallb.universe.tf/allow-shared-ip: gitea
loadBalancerIP: 192.168.0.200
ssh: ssh:
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: gitea.home external-dns.alpha.kubernetes.io/hostname: gitea.home
metallb.universe.tf/allow-shared-ip: gitea metallb.universe.tf/allow-shared-ip: gitea
loadBalancerIP: 192.168.0.200
ingress: ingress:
enabled: true enabled: true
className: nginx-internal className: nginx-internal