UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2ef9a360 authored by Cody Williams's avatar Cody Williams Committed by Ryan Garcia
Browse files

adding prometheus as long as monitoring is enabled

parent 5145e767
No related branches found
No related tags found
1 merge request!3313adding prometheus as long as monitoring is enabled
......@@ -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