mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
not working grafana
This commit is contained in:
parent
2589bf962e
commit
a2bbb17fdd
6 changed files with 2424 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue