fix: only use git.dogar.dev domain for gitea
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
service:
|
service:
|
||||||
http:
|
http:
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: "gitea.home,git.dogar.dev"
|
external-dns.alpha.kubernetes.io/hostname: 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: "gitea.home,git.dogar.dev"
|
external-dns.alpha.kubernetes.io/hostname: git.dogar.dev
|
||||||
metallb.universe.tf/allow-shared-ip: gitea
|
metallb.universe.tf/allow-shared-ip: gitea
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -13,10 +13,6 @@ 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: /
|
||||||
@@ -24,7 +20,7 @@ ingress:
|
|||||||
tls:
|
tls:
|
||||||
- secretName: gitea-tls
|
- secretName: gitea-tls
|
||||||
hosts:
|
hosts:
|
||||||
- gitea.home
|
- git.dogar.dev
|
||||||
gitea:
|
gitea:
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
@@ -40,7 +36,6 @@ gitea:
|
|||||||
ENABLE_PPROF: true
|
ENABLE_PPROF: true
|
||||||
ENABLE_GZIP: true
|
ENABLE_GZIP: true
|
||||||
LFS_START_SERVER: true
|
LFS_START_SERVER: true
|
||||||
ROOT_URL: https://git.dogar.dev
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
HOST: postgres-cluster-rw.postgres-system.svc.cluster.local:5432
|
HOST: postgres-cluster-rw.postgres-system.svc.cluster.local:5432
|
||||||
|
|||||||
Reference in New Issue
Block a user