prometheus-stack-63.1.2
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"