fix: Gitea | preserve gitea.home for use, git.dogar.dev readonly

This commit is contained in:
2024-09-09 08:56:23 +05:00
parent 0c956bda49
commit b2c327e218

View File

@@ -1,11 +1,11 @@
service:
http:
annotations:
external-dns.alpha.kubernetes.io/hostname: git.dogar.dev
external-dns.alpha.kubernetes.io/hostname: "gitea.home,git.dogar.dev"
metallb.universe.tf/allow-shared-ip: gitea
ssh:
annotations:
external-dns.alpha.kubernetes.io/hostname: git.dogar.dev
external-dns.alpha.kubernetes.io/hostname: "gitea.home,git.dogar.dev"
metallb.universe.tf/allow-shared-ip: gitea
ingress:
enabled: true
@@ -13,6 +13,10 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: cluster-issuer
hosts:
- host: gitea.home
paths:
- path: /
pathType: Prefix
- host: git.dogar.dev
paths:
- path: /
@@ -20,7 +24,7 @@ ingress:
tls:
- secretName: gitea-tls
hosts:
- git.dogar.dev
- gitea.home
gitea:
podAnnotations:
prometheus.io/scrape: "true"