Skip to content

Commit

Permalink
helm grafana: Set image and tag of influxdb in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjab3s committed Jul 1, 2024
1 parent be74338 commit 7e19cef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/grafana/grafana-srsran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,16 @@ grafana:
token: 605bc59413b7d5457d181ccf20f9fda15693f81b068d70396cc183081b264f3b

influxdb:
image:
repository: influxdb
tag: "2.7.4-alpine"
adminUser:
organization: "srs"
bucket: "srsran"
user: "admin"
retention_policy: "4d"
password: "admin1234"
token: "605bc59413b7d5457d181ccf20f9fda15693f81b068d70396cc183081b264f3b"

persistence:
enabled: false # Only for testing! Add a PVC provider for persistance!
accessMode: ReadWriteOnce
Expand Down

0 comments on commit 7e19cef

Please sign in to comment.