kube-prom-stack
This commit is contained in:
19
07_KubePrometheusStack/justfile
Normal file
19
07_KubePrometheusStack/justfile
Normal 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
|
||||
Reference in New Issue
Block a user