UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d3d2c188 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'prom_datasource' into 'master'

adding prometheus as long as monitoring is enabled

Closes #1806

See merge request !3313
parents 5145e767 2ef9a360
No related branches found
No related tags found
1 merge request!3313adding prometheus as long as monitoring is enabled
Pipeline #2348712 failed
......@@ -93,16 +93,19 @@ podAnnotations:
{{- end }}
{{- end }}
{{- if or .Values.loki.enabled .Values.tempo.enabled $gitlabRedis $authserviceRedisEnabled .Values.addons.argocd.enabled }}
{{- if or .Values.monitoring.enabled .Values.loki.enabled .Values.tempo.enabled $gitlabRedis $authserviceRedisEnabled .Values.addons.argocd.enabled }}
datasources:
datasourcesbb.yaml:
apiVersion: 1
datasources:
{{- if .Values.monitoring.enabled }}
- name: Prometheus
type: prometheus
uid: prometheus
access: proxy
url: http://monitoring-monitoring-kube-prometheus.monitoring.svc:9090
editable: true
{{- end }}
{{- if .Values.addons.argocd.enabled }}
- name: Argo Master
type: redis-datasource
......
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