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