chore(helm): databases

make minio installation optional.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-03-30 13:40:25 +02:00
parent 43dc66584f
commit ae6f18fafb
2 changed files with 7 additions and 0 deletions

View file

@ -40,3 +40,7 @@ dependencies:
repository: file://charts/redis
version: 12.10.1
condition: redis.enabled
- name: minio
repository: file://charts/minio
version: 3.7.14
condition: minio.enabled

View file

@ -99,6 +99,9 @@ redis:
cpu: 100m
memory: 128Mi
minio:
enabled: true
postgresql:
# postgresqlPassword: asayerPostgres
fullnameOverride: postgresql