UNCLASSIFIED - NO CUI

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

Merge branch '885-gitlab-runner-grafana-dashboards' into 'master'

Resolve "Gitlab Runner Grafana Dashboards"

Closes #885

See merge request platform-one/big-bang/bigbang!1210
parents 41542a9e b24c2a39
No related branches found
No related tags found
2 merge requests!1386Master,!1210Resolve "Gitlab Runner Grafana Dashboards"
Pipeline #639668 failed
......@@ -22,6 +22,9 @@ networkPolicies:
minioOperator:
enabled: {{ .Values.addons.minioOperator.enabled }}
gitlabRunner:
enabled: {{ .Values.addons.gitlabRunner.enabled }}
istio:
{{- $monitoringInjection := dig "istio" "injection" "enabled" .Values.monitoring }}
enabled: {{ .Values.istio.enabled }}
......@@ -158,10 +161,15 @@ grafana:
{{- list "tls_client_key" .tls_client_key | include "bigbang.addValueIfSet" | indent 6 }}
{{- end }}
{{- if .Values.loki.enabled }}
{{- if or .Values.loki.enabled .Values.addons.gitlabRunner.enabled }}
plugins:
{{- if .Values.loki.enabled }}
- grafana-piechart-panel
{{- end }}
{{- if .Values.addons.gitlabRunner.enabled }}
- grafana-polystat-panel
{{- end }}
{{- end }}
prometheus-node-exporter:
image:
......
......@@ -467,7 +467,7 @@ monitoring:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git
path: "./chart"
tag: "23.1.6-bb.2"
tag: "23.1.6-bb.3"
# -- Flux reconciliation overrides specifically for the Monitoring Package
flux:
......
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