Remove builtIn dependency values (#268)

⚠️ Breaking

Moved the values to enable the dependencies into the dependencies itself, this way we don't need a seperate field in the values and it is more obvious how to enable for example postgresql.

Co-authored-by: Lucas Hahn <lucas.hahn@novum-rgi.de>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/268
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
luhahn
2021-12-22 23:41:35 +08:00
parent 7b0a1c7ae6
commit d97ea18626
4 changed files with 52 additions and 39 deletions

View File

@ -213,19 +213,6 @@ gitea:
podAnnotations: {}
database:
builtIn:
postgresql:
enabled: true
mysql:
enabled: false
mariadb:
enabled: false
cache:
builtIn:
enabled: true
# Modify the liveness probe for your needs or completely disable it by commenting out.
livenessProbe:
tcpSocket:
@ -257,10 +244,12 @@ gitea:
# failureThreshold: 10
memcached:
enabled: true
service:
port: 11211
postgresql:
enabled: true
global:
postgresql:
postgresqlDatabase: gitea
@ -271,6 +260,7 @@ postgresql:
size: 10Gi
mysql:
enabled: false
root:
password: gitea
db:
@ -283,6 +273,7 @@ mysql:
size: 10Gi
mariadb:
enabled: false
auth:
database: gitea
username: gitea