Compare commits
2 Commits
ac1d6e1b40
...
fa0579d6c6
Author | SHA1 | Date | |
---|---|---|---|
fa0579d6c6 | |||
27cf0e89da |
@@ -3,8 +3,8 @@ cluster:
|
|||||||
git:
|
git:
|
||||||
# repo: git@github.com:alexlebens/infrastructure.git
|
# repo: git@github.com:alexlebens/infrastructure.git
|
||||||
# repo: https://github.com/alexlebens/infrastructure.git
|
# repo: https://github.com/alexlebens/infrastructure.git
|
||||||
# repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
|
# repo: ssh://git@gitea-ssh.gitea:22/alexlebens/infrastructure
|
||||||
revision: HEAD
|
revision: HEAD
|
||||||
applicationSet:
|
applicationSet:
|
||||||
- name: applications
|
- name: applications
|
||||||
|
@@ -21,5 +21,5 @@ spec:
|
|||||||
- group: ''
|
- group: ''
|
||||||
kind: Service
|
kind: Service
|
||||||
name: gitea-ssh
|
name: gitea-ssh
|
||||||
port: 2222
|
port: 22
|
||||||
weight: 100
|
weight: 100
|
||||||
|
@@ -56,9 +56,9 @@ gitea:
|
|||||||
ROOT_URL: https://gitea.alexlebens.dev
|
ROOT_URL: https://gitea.alexlebens.dev
|
||||||
LOCAL_ROOT_URL: http://gitea-http.gitea.svc.cluster.local:3000
|
LOCAL_ROOT_URL: http://gitea-http.gitea.svc.cluster.local:3000
|
||||||
START_SSH_SERVER: true
|
START_SSH_SERVER: true
|
||||||
SSH_DOMAIN: gitea-ssh.gitea
|
SSH_DOMAIN: gitea.alexlebens.net
|
||||||
SSH_PORT: 2222
|
SSH_PORT: 22
|
||||||
SSH_LISTEN_PORT: 2222
|
SSH_LISTEN_PORT: 22
|
||||||
ENABLE_PPROF: true
|
ENABLE_PPROF: true
|
||||||
LANDING_PAGE: explore
|
LANDING_PAGE: explore
|
||||||
database:
|
database:
|
||||||
|
@@ -28,7 +28,7 @@ traefik:
|
|||||||
namespace: traefik
|
namespace: traefik
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
ssh:
|
ssh:
|
||||||
port: 2222
|
port: 22
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
namespacePolicy: All
|
namespacePolicy: All
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
@@ -107,7 +107,7 @@ traefik:
|
|||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
ssh:
|
ssh:
|
||||||
port: 2222
|
port: 22
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
exposedPort: 22
|
exposedPort: 22
|
||||||
|
Reference in New Issue
Block a user