From 826c5122f7f462c0db027fac8e2b7b253456e324 Mon Sep 17 00:00:00 2001 From: irteam su-account Date: Fri, 11 Jul 2025 13:05:33 +0900 Subject: [PATCH] alpha-gitea --- gpulive/gitea/1_configure/5_secret.yaml | 6 +++--- gpulive/gitea/3_apply/ing.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gpulive/gitea/1_configure/5_secret.yaml b/gpulive/gitea/1_configure/5_secret.yaml index a3166b4..6670401 100644 --- a/gpulive/gitea/1_configure/5_secret.yaml +++ b/gpulive/gitea/1_configure/5_secret.yaml @@ -63,12 +63,12 @@ stringData: security: INSTALL_LOCK=true server: |- APP_DATA_PATH=/data - DOMAIN=gitea.gpulive.nhncloud.com + DOMAIN=alpha-gitea.gpulive.apppaas.io ENABLE_PPROF=false HTTP_PORT=3000 PROTOCOL=http - ROOT_URL=https://gitea.gpulive.nhncloud.com - SSH_DOMAIN=gitea.gpulive.nhncloud.com + ROOT_URL=https://alpha-gitea.gpulive.apppaas.io + SSH_DOMAIN=alpha-gitea.gpulive.apppaas.io SSH_LISTEN_PORT=2222 SSH_PORT=22 START_SSH_SERVER=true diff --git a/gpulive/gitea/3_apply/ing.yaml b/gpulive/gitea/3_apply/ing.yaml index 3bc69ca..bf88f56 100644 --- a/gpulive/gitea/3_apply/ing.yaml +++ b/gpulive/gitea/3_apply/ing.yaml @@ -9,7 +9,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: gitea.gpulive.nhncloud.com + - host: alpha-gitea.gpulive.apppaas.io http: paths: - path: / @@ -21,6 +21,6 @@ spec: number: 3000 tls: - hosts: - - "gitea.gpulive.nhncloud.com" - secretName: gpulive-new-ssl + - "alpha-gitea.gpulive.apppaas.io" + secretName: gpulive-apppaas-io-ssl