2 Commits

Author SHA1 Message Date
fa0579d6c6 change repo 2025-03-13 19:41:14 -05:00
27cf0e89da use common port 2025-03-13 19:39:33 -05:00
4 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -21,5 +21,5 @@ spec:
- group: ''
kind: Service
name: gitea-ssh
port: 2222
port: 22
weight: 100

View File

@@ -56,9 +56,9 @@ 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-ssh.gitea
SSH_PORT: 2222
SSH_LISTEN_PORT: 2222
SSH_DOMAIN: gitea.alexlebens.net
SSH_PORT: 22
SSH_LISTEN_PORT: 22
ENABLE_PPROF: true
LANDING_PAGE: explore
database:

View File

@@ -28,7 +28,7 @@ traefik:
namespace: traefik
mode: Terminate
ssh:
port: 2222
port: 22
protocol: TCP
namespacePolicy: All
allowedRoutes:
@@ -107,7 +107,7 @@ traefik:
tls:
enabled: true
ssh:
port: 2222
port: 22
expose:
default: true
exposedPort: 22