use common port
This commit is contained in:
@@ -21,5 +21,5 @@ spec:
|
||||
- group: ''
|
||||
kind: Service
|
||||
name: gitea-ssh
|
||||
port: 2222
|
||||
port: 22
|
||||
weight: 100
|
||||
|
@@ -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:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user