kube-prom-stack

This commit is contained in:
baschno
2026-01-25 20:22:18 +01:00
parent 5e86aafa09
commit 07e4ae31e3
3 changed files with 99 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
set fallback := true
export PROMETHEUS_NAMESPACE := env("PROMETHEUS_NAMESPACE", "prometheus")
[private]
default:
@just --list --unsorted --list-submodules
add-helm-repo:
@helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
@helm repo update
install:
@just add-helm-repo
@helm upgrade --cleanup-on-fail --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
--wait \
-f kube-stack-config-values.yaml