From ef4a9a71eceb0e1879636c06942fbc177e6c7eb0 Mon Sep 17 00:00:00 2001
From: still <lynn.still@polarisalpha.com>
Date: Wed, 14 Apr 2021 15:53:17 -0600
Subject: [PATCH] updating minio virtual service values

---
 chart/templates/minio/minio/values.yaml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/chart/templates/minio/minio/values.yaml b/chart/templates/minio/minio/values.yaml
index 590d34af8b..b2d4789c73 100644
--- a/chart/templates/minio/minio/values.yaml
+++ b/chart/templates/minio/minio/values.yaml
@@ -18,4 +18,21 @@ podAnnotations:
   traffic.sidecar.istio.io/includeInboundPorts: "*"
   traffic.sidecar.istio.io/excludeInboundPorts: "9443"
 
+istio:
+  enabled: {{ .Values.istio.enabled }}
+  {{- if .Values.monitoring.sso.enabled }}
+  prometheus:
+    enabled: true
+    service: authservice-haproxy-sso
+    port: 8080
+    namespace: authservice
+  alertmanager:
+    enabled: true
+    service: authservice-haproxy-sso
+    port: 8080
+    namespace: authservice
+  grafana:
+    enabled: true
+  {{- end }}
+
 {{- end -}}
-- 
GitLab