UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Enable monitoring istio injection

Merged Mark Sanchez requested to merge enable-monitoring-istio-injection into master
1 file
+ 17
10
Compare changes
  • Side-by-side
  • Inline
@@ -25,20 +25,10 @@ istio:
enabled: {{ .Values.istio.enabled }}
prometheus:
enabled: true
{{- if .Values.monitoring.sso.enabled }}
service: authservice-haproxy-sso
port: 8080
namespace: authservice
{{- end }}
gateways:
- istio-system/{{ default "public" .Values.monitoring.ingress.gateway }}
alertmanager:
enabled: true
{{- if .Values.monitoring.sso.enabled }}
service: authservice-haproxy-sso
port: 8080
namespace: authservice
{{- end }}
gateways:
- istio-system/{{ default "public" .Values.monitoring.ingress.gateway }}
grafana:
@@ -46,6 +36,23 @@ istio:
gateways:
- istio-system/{{ default "public" .Values.monitoring.ingress.gateway }}
{{- if .Values.monitoring.sso.enabled }}
alertmanager:
alertmanagerSpec:
{{- $alertmanagerAuthserviceKey := (dig "selector" "key" "protect" .Values.addons.authservice.values) }}
{{- $alertmanagerAuthserviceValue := (dig "selector" "value" "keycloak" .Values.addons.authservice.values) }}
podMetadata:
labels:
{{ $alertmanagerAuthserviceKey }}: {{ $alertmanagerAuthserviceValue }}
prometheus:
prometheusSpec:
{{- $prometheusAuthserviceKey := (dig "selector" "key" "protect" .Values.addons.authservice.values) }}
{{- $prometheusAuthserviceValue := (dig "selector" "value" "keycloak" .Values.addons.authservice.values) }}
podMetadata:
labels:
{{ $prometheusAuthserviceKey }}: {{ $prometheusAuthserviceValue }}
{{- end }}
anchore:
enabled: {{ .Values.addons.anchore.enabled }}
Loading