nodeport ssh

This commit is contained in:
Julien Cabillot
2023-06-09 17:04:59 -04:00
parent a7480ffdb4
commit 9a6336bc03
2 changed files with 14 additions and 5 deletions
+13 -4
View File
@@ -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: