hamzehkhazaei / EECS6446_project

0 stars 0 forks source link

Fetching correct URLs #3

Open hanpengwang opened 11 months ago

hanpengwang commented 11 months ago

kubectl patch svc/prometheus-kube-prometheus-prometheus -n monitoring --patch "$(curl -sSL https://raw.githubusercontent.com/hamzehkhazaei/EECS6446_Project/master/files/prom-svc.yaml)"

AND

kubectl patch svc/prometheus-grafana -n monitoring --patch "$(curl -sSL https://raw.githubusercontent.com/hamzehkhazaei/EECS6446_Project/master/files/grafana-svc.yaml)"

to replace in Step 05-monitoring

hamzehkhazaei commented 11 months ago

thanks.