nodeport ssh
This commit is contained in:
parent
a7480ffdb4
commit
9a6336bc03
@ -3,7 +3,7 @@ apiVersion: v2
|
|||||||
description: Helm chart for gitea
|
description: Helm chart for gitea
|
||||||
name: gitea
|
name: gitea
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.16
|
version: 0.1.23
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- sabnzbd
|
- sabnzbd
|
||||||
|
|||||||
@ -14,18 +14,27 @@ env:
|
|||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
USER_UID: 1000
|
USER_UID: 1000
|
||||||
USER_GID: 1000
|
USER_GID: 1000
|
||||||
SSH_PORT: 2280
|
SSH_PORT: 30000
|
||||||
INSTALL_LOCK: true
|
INSTALL_LOCK: true
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
DOMAIN: XXX.cabillot.eu
|
DOMAIN: scm.cabillot.eu
|
||||||
SSH_DOMAIN: XXX.cabillot.eu
|
SSH_DOMAIN: scm.cabillot.eu
|
||||||
ROOT_URL: https://XXX.cabillot.eu/
|
ROOT_URL: https://scm.cabillot.eu/
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 3000
|
port: 3000
|
||||||
|
ssh:
|
||||||
|
enabled: true
|
||||||
|
type: NodePort
|
||||||
|
ports:
|
||||||
|
ssh:
|
||||||
|
enabled: true
|
||||||
|
port: 30000
|
||||||
|
protocol: TCP
|
||||||
|
nodePort: 30000
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user