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: service:
http: http:
annotations: 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 metallb.universe.tf/allow-shared-ip: gitea
ssh: ssh:
annotations: 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 metallb.universe.tf/allow-shared-ip: gitea
ingress: ingress:
enabled: true enabled: true
@@ -13,6 +13,10 @@ ingress:
annotations: annotations:
cert-manager.io/cluster-issuer: cluster-issuer cert-manager.io/cluster-issuer: cluster-issuer
hosts: hosts:
- host: gitea.home
paths:
- path: /
pathType: Prefix
- host: git.dogar.dev - host: git.dogar.dev
paths: paths:
- path: / - path: /
@@ -20,7 +24,7 @@ ingress:
tls: tls:
- secretName: gitea-tls - secretName: gitea-tls
hosts: hosts:
- git.dogar.dev - gitea.home
gitea: gitea:
podAnnotations: podAnnotations:
prometheus.io/scrape: "true" prometheus.io/scrape: "true"