CHORE(gitea): change domain to github0213.com

- Update server.DOMAIN and ROOT_URL
- Update SSH_DOMAIN for git clone via SSH
- Update ingress hosts and TLS configuration
This commit is contained in:
2026-01-07 19:19:12 +09:00
parent 7c732718bb
commit 4e1c276b89

View File

@@ -45,10 +45,10 @@ gitea:
APP_NAME: Gitea - K3S-HOME APP_NAME: Gitea - K3S-HOME
server: server:
DOMAIN: gitea0213.kro.kr DOMAIN: github0213.com
ROOT_URL: https://gitea0213.kro.kr ROOT_URL: https://github0213.com
HTTP_PORT: 3000 HTTP_PORT: 3000
SSH_DOMAIN: gitea0213.kro.kr SSH_DOMAIN: github0213.com
SSH_PORT: 22 SSH_PORT: 22
SSH_LISTEN_PORT: 2222 SSH_LISTEN_PORT: 2222
LFS_START_SERVER: true LFS_START_SERVER: true
@@ -89,14 +89,14 @@ ingress:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
hosts: hosts:
- host: gitea0213.kro.kr - host: github0213.com
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
- secretName: gitea-tls - secretName: gitea-tls
hosts: hosts:
- gitea0213.kro.kr - github0213.com
# ============================================================================= # =============================================================================
# RESOURCES # RESOURCES