Update gitea to use internal service for DB
This commit is contained in:
parent
cda1a08171
commit
421e3d6a04
@ -26,6 +26,14 @@ gitea:
|
||||
passwordMode: keepUpdated
|
||||
|
||||
config:
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
HOST: gitea-postgresql.dev-tools.svc.cluster.local:5432
|
||||
NAME: gitea
|
||||
USER: gitea
|
||||
PASSWD: gitea
|
||||
SCHEMA: public
|
||||
SSL_MODE: disable
|
||||
server:
|
||||
DOMAIN: git.dvirlabs.com
|
||||
ROOT_URL: https://git.dvirlabs.com/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user