forgejo config
This commit is contained in:
@@ -14,8 +14,25 @@ spec:
|
|||||||
targetRevision: 17.0.1
|
targetRevision: 17.0.1
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
persistence:
|
gitea:
|
||||||
|
config:
|
||||||
|
database:
|
||||||
|
DB_TYPE: postgres
|
||||||
|
HOST: postgresql-test1-pgbouncer.everest-db.svc:5432
|
||||||
|
NAME: gitea
|
||||||
|
USER: root
|
||||||
|
PASSWD: 3yZ64SU8sLqS-MijJh.aPJ59
|
||||||
|
|
||||||
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: nfs-csi
|
||||||
|
admin:
|
||||||
|
username: 'matthias'
|
||||||
|
password: 'start123'
|
||||||
|
email: 'matthias.hinrichs@me.com'
|
||||||
|
|
||||||
httpRoute:
|
httpRoute:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostnames:
|
hostnames:
|
||||||
|
|||||||
Reference in New Issue
Block a user