UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

feat(monitoring): Support for custom VirtualService configs

Merged Ryan Garcia requested to merge monitoring-11.0.0-bb.12 into master
2 files
+ 15
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -45,6 +45,20 @@ spec:
hostname: {{ .Values.hostname }}
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 }}
sso:
enabled: {{ .Values.monitoring.sso.enabled }}
global:
@@ -79,17 +93,6 @@ spec:
kube-state-metrics:
imagePullSecrets:
- name: private-registry
{{- if .Values.monitoring.sso.enabled }}
ingress:
prometheus:
service: authservice-haproxy-sso
port: 8080
namespace: authservice
alertmanager:
service: authservice-haproxy-sso
port: 8080
namespace: authservice
{{- end }}
# TODO: DRY this up
{{- if or .Values.gatekeeper.enabled .Values.istio.enabled }}
Loading