UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ef4a9a71 authored by still's avatar still
Browse files

updating minio virtual service values

parent 4e8688f3
No related branches found
No related tags found
1 merge request!418Minio VS update
...@@ -18,4 +18,21 @@ podAnnotations: ...@@ -18,4 +18,21 @@ podAnnotations:
traffic.sidecar.istio.io/includeInboundPorts: "*" traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9443" 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 -}} {{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment