Fix Prometheus

This commit is contained in:
2025-11-30 05:23:13 -06:00
parent 97ebd04d99
commit 87fdd5b2fe

View File

@@ -1,12 +1,10 @@
(ns k8s.services.prometheus.service) (ns k8s.services.prometheus.service)
(def config (def config
{:stack [:vault-secrets :chart] {:stack [:vault:prepare :k8s:chart]
:app-namespace "prometheus" :app-namespace "prometheus"
:app-name "prometheus" :app-name "prometheus"
:image-port 8080 :k8s:chart-opts {:chart "kube-prometheus-stack"
:vault-load-yaml true
:chart-opts {:chart "kube-prometheus-stack"
:repositoryOpts {:repo "https://prometheus-community.github.io/helm-charts"} :repositoryOpts {:repo "https://prometheus-community.github.io/helm-charts"}
:namespace "monitoring" :namespace "monitoring"
:values {:grafana {:adminPassword 'password :values {:grafana {:adminPassword 'password