chore(helm): optional minio ingress

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-01 19:08:00 +02:00
parent a32f81ded6
commit d6c1250afb
2 changed files with 2 additions and 3 deletions

View file

@ -36,7 +36,7 @@ spec:
path: /ingest/(.*)
{{- end }}
{{- if .Values.global.minio.enabled }}
{{- if eq .Values.global.s3.endpoint "http://minio.db.svc.cluster.local:9000" }}
## TODO:
## Frontend service from minio will be migrated to nginx atomic container.
## This ingress is just a workaround.

View file

@ -47,7 +47,7 @@ redis: &redis
redisHost: "redis-master.db.svc.cluster.local"
redisPort: "6379"
minio: &minio
minio:
# If you have extrenal s3 storage, like AWS, or GCP
# Disable it.
enabled: true
@ -91,7 +91,6 @@ global:
postgresql: *postgres
kafka: *kafka
redis: *redis
minio: *minio
openReplayContainerRegistry: "rg.fr-par.scw.cloud/foss"
s3:
region: "us-east-1"