not working grafana

This commit is contained in:
Kai Wu 2025-07-31 21:18:12 -07:00
parent 2589bf962e
commit a2bbb17fdd
6 changed files with 2424 additions and 0 deletions

View file

@ -37,6 +37,14 @@ set -x
# Delete UI deployment
envsubst < ./ui-k8s.yaml.template | kubectl delete -f - --ignore-not-found=true
# Delete monitoring resources
envsubst < ./monitoring-k8s.yaml.template | kubectl delete -f - --ignore-not-found=true
# Delete Prometheus RBAC resources
kubectl delete -f ./prometheus-rbac.yaml --ignore-not-found=true
# Delete ingress
envsubst < ./ingress-k8s.yaml.template | kubectl delete -f - --ignore-not-found=true