add: disable registration for gitea
This commit is contained in:
+3
-1
@@ -141,7 +141,7 @@ service:
|
|||||||
## @param service.ssh.loadBalancerClass Loadbalancer class
|
## @param service.ssh.loadBalancerClass Loadbalancer class
|
||||||
ssh:
|
ssh:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
port: 22
|
port: 2222
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
loadBalancerIP:
|
loadBalancerIP:
|
||||||
nodePort: 30005
|
nodePort: 30005
|
||||||
@@ -529,6 +529,8 @@ gitea:
|
|||||||
SSH_LISTEN_PORT: 2222 # rootless image
|
SSH_LISTEN_PORT: 2222 # rootless image
|
||||||
ROOT_URL: https://git.tipsy.codes
|
ROOT_URL: https://git.tipsy.codes
|
||||||
SSH_DOMAIN: git.tipsy.codes
|
SSH_DOMAIN: git.tipsy.codes
|
||||||
|
service:
|
||||||
|
DISABLE_REGISTRATION: true
|
||||||
#
|
#
|
||||||
# security:
|
# security:
|
||||||
# PASSWORD_COMPLEXITY: spec
|
# PASSWORD_COMPLEXITY: spec
|
||||||
|
|||||||
Reference in New Issue
Block a user