nodeport ssh
This commit is contained in:
@@ -14,18 +14,27 @@ env:
|
||||
TZ: America/New_York
|
||||
USER_UID: 1000
|
||||
USER_GID: 1000
|
||||
SSH_PORT: 2280
|
||||
SSH_PORT: 30000
|
||||
INSTALL_LOCK: true
|
||||
DISABLE_REGISTRATION: true
|
||||
DOMAIN: XXX.cabillot.eu
|
||||
SSH_DOMAIN: XXX.cabillot.eu
|
||||
ROOT_URL: https://XXX.cabillot.eu/
|
||||
DOMAIN: scm.cabillot.eu
|
||||
SSH_DOMAIN: scm.cabillot.eu
|
||||
ROOT_URL: https://scm.cabillot.eu/
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 3000
|
||||
ssh:
|
||||
enabled: true
|
||||
type: NodePort
|
||||
ports:
|
||||
ssh:
|
||||
enabled: true
|
||||
port: 30000
|
||||
protocol: TCP
|
||||
nodePort: 30000
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user