2 Commits

Author SHA1 Message Date
d8739b6ed8 change domain 2025-02-17 22:49:31 -06:00
eddd0a1482 switch to local gitea 2025-02-17 22:45:30 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ cluster:
name: cl01tl
git:
# repo: git@github.com:alexlebens/infrastructure.git
repo: https://github.com/alexlebens/infrastructure.git
# repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
# repo: https://github.com/alexlebens/infrastructure.git
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
# repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
revision: HEAD
applicationSet:

View File

@@ -45,7 +45,7 @@ gitea:
ROOT_URL: https://gitea.alexlebens.dev
LOCAL_ROOT_URL: http://gitea-http.gitea.svc.cluster.local:3000
START_SSH_SERVER: true
SSH_DOMAIN: gitea.alexlebens.dev
SSH_DOMAIN: gitea-ssh.gitea
SSH_PORT: 2222
SSH_LISTEN_PORT: 2222
ENABLE_PPROF: true