14 lines
467 B
YAML
14 lines
467 B
YAML
|
{{/* Make sure all variables are set properly */}}
|
||
|
{{- include "tc.v1.common.loader.init" . }}
|
||
|
|
||
|
{{- include "prometheus.prometheus.prometheus" . }}
|
||
|
{{- include "prometheus.prometheus.additionalprometheusrules" . }}
|
||
|
{{- include "prometheus.prometheus.additionalscrapejobs" . }}
|
||
|
{{- include "prometheus.prometheus.servicemonitor" . }}
|
||
|
|
||
|
{{- include "prometheus.alertmanager.alertmanager" . }}
|
||
|
|
||
|
|
||
|
{{/* Render the templates */}}
|
||
|
{{ include "tc.v1.common.loader.apply" . }}
|