Skip to content

Commit

Permalink
Revert "Add pie chart to the grafana of prometheus operator"
Browse files Browse the repository at this point in the history
This reverts commit 1c28dc6.
  • Loading branch information
ktsakalozos committed Jun 9, 2020
1 parent 1c28dc6 commit 1c05e6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions microk8s-resources/actions/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ Then update the deployments of prometheus and alertmanager to have one replica o

There is no reason to automate this because this may not work in the future. This is not the recommended way of installing Prometheus Operator.

Add in the grafana deployment in the grafana container the environment variable:
```dtd
- env:
- name: GF_INSTALL_PLUGINS
value: grafana-piechart-panel
```

# References
- https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ spec:
app: grafana
spec:
containers:
- env:
- name: GF_INSTALL_PLUGINS
value: grafana-piechart-panel
image: grafana/grafana:6.4.3
- image: grafana/grafana:6.4.3
name: grafana
ports:
- containerPort: 3000
Expand Down

0 comments on commit 1c05e6e

Please sign in to comment.