gitea ssh support on 30022

This commit is contained in:
2025-08-17 22:56:42 -04:00
parent 7e425fa1c0
commit 83a091f7c9
2 changed files with 13 additions and 5 deletions

View File

@@ -42,17 +42,25 @@ redis-cluster:
enabled: true
service:
ssh:
port: 10022
http:
type: ClusterIP
# clusterIP:
port: 3000
clusterIP:
ssh:
port: 30022
nodePort: 30022
type: LoadBalancer
clusterIP:
# externalTrafficPolicy: Local
# hostPort: 10022
gitea:
config:
APP_NAME: "Gitea: With a cup of tea, for 2."
server:
ROOT_URL: https://git.xai-corp.net
SSH_PORT: 10022
SSH_PORT: 30022
START_SSH_SERVER: true
database:
HOST: mysql:3306