diff --git a/chart/templates/minio/minio/values.yaml b/chart/templates/minio/minio/values.yaml index b2d4789c73ca09e11b4479b229afb0e12c1910cd..590d34af8b0484ab7c6ef1efb3e08333c243ce8b 100644 --- a/chart/templates/minio/minio/values.yaml +++ b/chart/templates/minio/minio/values.yaml @@ -18,21 +18,4 @@ 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 -}}