Skip to content

Commit

Permalink
Update grafanadeployment.yaml
Browse files Browse the repository at this point in the history
Changed to latest enterprise as recommended by grafana, there is an open source version, but this one is free as well so it is recommended.

Removed plugin boomtable that is no longer supported and added solar flow plugin.

Removed permissions needed for old embedded soalr flow image since it does not play well with k3s.
  • Loading branch information
cfoos authored Sep 23, 2024
1 parent 9106752 commit 16ac211
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions k3s/grafanadeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ spec:
- 0
containers:
- name: grafana
image: grafana/grafana:9.1.2-ubuntu
image: grafana/grafana-enterprise
imagePullPolicy: Always
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"
value: "grafana-piechart-panel,fetzerch-sunandmoon-datasource,vonage-status-panel,lehmannch-flow-panel,simpod-json-datasource"
ports:
- containerPort: 3000
name: http-grafana
Expand Down

0 comments on commit 16ac211

Please sign in to comment.