Skip to content

prometheus-stack-63.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 13:10
17dcc7a

A complete monitoring/alerting stack with Grafana Prometheus Alertmanager ## Installing the Chart with iits ArgoCD yaml prometheus-stack: namespace: monitoring repoURL: "https://charts.iits.tech" targetRevision: "63.1.0" ignoreDifferences: - jsonPointers: - /imagePullSecrets kind: ServiceAccount syncOptions: - ServerSideApply=true parameters: global.alertmanager.host: "admin.{{.Values.projectValues.rootDomain}}" global.prometheus.host: "admin.{{.Values.projectValues.rootDomain}}" global.grafana.host: "admin.{{.Values.projectValues.rootDomain}}" prometheusStack.grafana.adminPassword: "REPLACE_ME"