Skip to content

Commit

Permalink
Update grafanadeployment.yaml
Browse files Browse the repository at this point in the history
added env variables so that the embedded html works.
  • Loading branch information
cfoos authored Sep 21, 2024
1 parent 02429a1 commit 178ddfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k3s/grafanadeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ spec:
env:
- name: GF_INSTALL_PLUGINS
value: "grafana-piechart-panel,fetzerch-sunandmoon-datasource,vonage-status-panel,yesoreyeram-boomtable-panel,simpod-json-datasource"
- name: GF_PANELS_DISABLE_SANITIZE_HTML
value: "true"
- name: GF_SECURITY_ALLOW_EMBEDDING
value: "true"
ports:
- containerPort: 3000
name: http-grafana
Expand Down

0 comments on commit 178ddfd

Please sign in to comment.