diff --git a/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml index 070c4ead2..2097fb1cd 100644 --- a/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml @@ -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. diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 7a9a5ef3d..5ee4f0508 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -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"