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

View File

@ -3,7 +3,7 @@ apiVersion: v2
description: Helm chart for gitea
name: gitea
type: application
version: 0.1.16
version: 0.1.23
kubeVersion: ">=1.16.0-0"
keywords:
- sabnzbd

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: