gitea ssh support on 30022
This commit is contained in:
@@ -116,4 +116,4 @@ apps:
|
|||||||
metallb:
|
metallb:
|
||||||
enabled: true
|
enabled: true
|
||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
state: present
|
state: absent
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user