mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update sh about how to install kubernetes nginx ingress dashboard
This commit is contained in:
+4
-1
@@ -2,9 +2,12 @@
|
||||
|
||||
helm upgrade --install ingress bitnami/nginx-ingress-controller -n nginx-ingress -f nginx-values.yaml
|
||||
|
||||
## install nginx ingress controller grafana dashboards
|
||||
# https://github.com/kubernetes/ingress-nginx/tree/master/deploy/grafana/dashboards
|
||||
|
||||
k apply -f prometheus-pv.yml -n default
|
||||
|
||||
helm upgrade --install prometheus -n default -f prometheus-values.yaml stable/prometheus-operator
|
||||
helm upgrade --install prometheus -n default -f prometheus-values.yaml stable/prometheus-operator
|
||||
|
||||
helm apply -f prometheus-ingress.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user