fix(gitea): Add push to create and lb
This commit is contained in:
@@ -63,6 +63,15 @@ gitea:
|
|||||||
ENABLE_AUTO_REGISTRATION: true
|
ENABLE_AUTO_REGISTRATION: true
|
||||||
UPDATE_AVATAR: true
|
UPDATE_AVATAR: true
|
||||||
ACCOUNT_LINKING: auto
|
ACCOUNT_LINKING: auto
|
||||||
|
# NOTE: THIS IS IMPOSSIBLE
|
||||||
|
# mailer:
|
||||||
|
# ENABLED: true
|
||||||
|
# FROM: "noreply@oceanbox.io"
|
||||||
|
# PROTOCOL: "smtp+startls"
|
||||||
|
# SMTP_ADDR: "smtp.office365.com"
|
||||||
|
# SMTP_PORT: 587
|
||||||
|
# USER: "noreply@oceanbox.io"
|
||||||
|
# PASSWD:
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
MAX_OPEN_CONNS: 90
|
MAX_OPEN_CONNS: 90
|
||||||
@@ -111,6 +120,14 @@ gitea:
|
|||||||
key: host
|
key: host
|
||||||
- name: GITEA__DATABASE__DB_TYPE
|
- name: GITEA__DATABASE__DB_TYPE
|
||||||
value: postgres
|
value: postgres
|
||||||
|
- name: GITEA__repository__DEFAULT_PRIVATE
|
||||||
|
value: "true"
|
||||||
|
- name: GITEA__repository__DEFAULT_PUSH_CREATE_PRIVATE
|
||||||
|
value: "true"
|
||||||
|
- name: GITEA__repository__ENABLE_PUSH_CREATE_USER
|
||||||
|
value: "true"
|
||||||
|
- name: GITEA__repository__ENABLE_PUSH_CREATE_ORG
|
||||||
|
value: "true"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -143,6 +160,20 @@ service:
|
|||||||
type: NodePort
|
type: NodePort
|
||||||
nodePort: 30022
|
nodePort: 30022
|
||||||
port: 22
|
port: 22
|
||||||
|
annotations:
|
||||||
|
load-balancer.hetzner.cloud/location: hel1
|
||||||
|
load-balancer.hetzner.cloud/name: load-balancer-2
|
||||||
|
load-balancer.hetzner.cloud/disable-public-network: "true"
|
||||||
|
load-balancer.hetzner.cloud/use-private-ip: "true"
|
||||||
|
load-balancer.hetzner.cloud/uses-proxyprotocol: "true"
|
||||||
|
|
||||||
|
defaultPodOptions:
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
|
runAsNonRoot: true
|
||||||
|
fsGroup: 1000
|
||||||
|
fsGroupChangePolicy: "Always"
|
||||||
|
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user