fix: Gitea | use local ip address for home network

This commit is contained in:
2024-10-01 16:06:45 +05:00
parent e40b3bc110
commit ca7a9fd616

View File

@@ -1,3 +1,12 @@
service:
http:
annotations:
external-dns.alpha.kubernetes.io/hostname: git.dogar.dev
metallb.universe.tf/allow-shared-ip: gitea
ssh:
annotations:
external-dns.alpha.kubernetes.io/hostname: git.dogar.dev
metallb.universe.tf/allow-shared-ip: gitea
ingress: ingress:
enabled: true enabled: true
className: nginx-internal className: nginx-internal