fix(gitea): Set nodePort
This commit is contained in:
@@ -51,7 +51,8 @@ gitea:
|
||||
DOMAIN: git.svc.hel1.obx
|
||||
ROOT_URL: https://git.svc.hel1.obx
|
||||
SSH_DOMAIN: git.obx
|
||||
SSH_PORT: 22
|
||||
SSH_PORT: 30022
|
||||
SSH_LISTEN_PORT: 22
|
||||
SSH_SERVER_USE_PROXY_PROTOCOL: true
|
||||
LANDING_PAGE: "explore"
|
||||
oauth2_client:
|
||||
@@ -136,7 +137,7 @@ ingress:
|
||||
service:
|
||||
ssh:
|
||||
enabled: true
|
||||
type: NodePort
|
||||
serviceType: NodePort
|
||||
nodePort: 30022
|
||||
port: 22
|
||||
# type: LoadBalancer
|
||||
|
||||
Reference in New Issue
Block a user