mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Fix monitoring setup script.
Remove the firewall rule created for monitoring as part of kube-down. Reuse master auth for Grafana.
This commit is contained in:
committed by
Filipe Brandenburger
parent
d6777557d1
commit
46a22b3c44
@@ -18,8 +18,8 @@
|
||||
"name": "grafana",
|
||||
"image": "kubernetes/heapster_grafana",
|
||||
"ports": [{"containerPort": 80, "hostPort": 80}],
|
||||
"env": [{"name": HTTP_USER, "value": admin},
|
||||
{"name": HTTP_PASS, "value": admin}],
|
||||
"env": [{"name": HTTP_USER, "value": "admin"},
|
||||
{"name": HTTP_PASS, "value": "admin"}],
|
||||
}, {
|
||||
"name": "elasticsearch",
|
||||
"image": "dockerfile/elasticsearch",
|
||||
|
Reference in New Issue
Block a user