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

@@ -116,4 +116,4 @@ apps:
metallb: metallb:
enabled: true enabled: true
namespace: metallb-system namespace: metallb-system
state: present state: absent

View File

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