Files
cozystack/packages/system/monitoring/Makefile
Marian Koreniuk bb2918d2ec Sync 0.9 to proxmox integration (#221)
Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: Kingdon Barrett <kingdon+notify@tuesdaystudios.com>
Co-authored-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
2024-07-17 22:51:40 +03:00

18 lines
644 B
Makefile

export NAME=monitoring
export NAMESPACE=cozy-$(NAME)
include ../../../scripts/package-system.mk
update:
rm -rf charts
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update prometheus-community
# Kube-state-metrics
helm pull prometheus-community/kube-state-metrics --untar --untardir charts
# Node-exporter
helm pull prometheus-community/prometheus-node-exporter --untar --untardir charts
# Metrics-server
helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
helm repo update metrics-server
helm pull metrics-server/metrics-server --untar --untardir charts