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