feat: rename git2/registry to git.lunarfront.tech
This commit is contained in:
@@ -6,9 +6,9 @@ gitea:
|
||||
|
||||
config:
|
||||
server:
|
||||
DOMAIN: git2.lunarfront.tech
|
||||
ROOT_URL: https://git2.lunarfront.tech
|
||||
SSH_DOMAIN: git2-ssh.lunarfront.tech
|
||||
DOMAIN: git.lunarfront.tech
|
||||
ROOT_URL: https://git.lunarfront.tech
|
||||
SSH_DOMAIN: git-ssh.lunarfront.tech
|
||||
SSH_PORT: 22
|
||||
START_SSH_SERVER: true
|
||||
database:
|
||||
@@ -67,7 +67,7 @@ service:
|
||||
clusterIP: None
|
||||
port: 22
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech
|
||||
external-dns.alpha.kubernetes.io/hostname: git-ssh.lunarfront.tech
|
||||
external-dns.alpha.kubernetes.io/target: "167.99.21.170"
|
||||
|
||||
ingress:
|
||||
@@ -77,14 +77,14 @@ ingress:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
hosts:
|
||||
- host: git2.lunarfront.tech
|
||||
- host: git.lunarfront.tech
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: cloudflare-origin-cert
|
||||
hosts:
|
||||
- git2.lunarfront.tech
|
||||
- git.lunarfront.tech
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user