Skip to content
Snippets Groups Projects
Commit d40758e0 authored by andree.klattenhoff's avatar andree.klattenhoff Committed by andree.klattenhoff
Browse files

add: OXUI-1118 - Integrate grafana dashboard

parent 8c77fb91
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
{{- if (or .Values.extras.monitoring.enabled .Values.global.extras.monitoring.enabled) -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "ox-common.names.fullname" . }}-dashboards
labels:
{{- include "ox-common.labels.standard" . | nindent 4 }}
grafana_dashboard: "1"
data:
nodejs-ui-mw.json: |-
{{ (.Files.Glob "dashboards/nodejs-ui-mw.json").AsConfig | indent 2 }}
{{- end -}}
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