Skip to content

Commit a80d2f6

Browse files
feat(video): Monitoring with Prometheus and Kubernetes
1 parent 8df08e1 commit a80d2f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_posts/2022-07-23-kube-grafana-prometheus.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ Visit Grafana
185185

186186
<http://localhost:52222>
187187

188+
If you make changes to your `values.yaml` you can deploy these changes by running
189+
190+
```bash
191+
helm install -n monitoring prometheus prometheus-community/kube-prometheus-stack -f values.yaml
192+
```
193+
188194
Examples:
189195

190196
[Traefik Ingress example](https://github.com/techno-tim/launchpad/tree/master/kubernetes/kube-prometheus-stack)

0 commit comments

Comments
 (0)