Skip to content

Commit

Permalink
[FIX] Connect to Grafana using https from auto-provisioning sidecars (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas authored Apr 4, 2024
1 parent c941cc0 commit 7a32939
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* **Overall**

* **Metrics**

* [FIX] Connect to Grafana using https from auto-provisioning sidecar containers when TLS is enabled

* **Logging**
* [FIX] Corrected parser definition for Consul messages to eliminate ERROR/WARNING messages in Fluent Bit pod logs
* [CHANGE] Added parser/processing for Redis log messsages
Expand All @@ -14,7 +15,6 @@

* **Tracing**


## Version 1.2.23 (19MAR2024)
* **Overall**
* [CHANGE] Drop support for OpenShift 4.11; the minimum supported version of OpenShift is now 4.12.
Expand Down
7 changes: 7 additions & 0 deletions monitoring/tls/values-prom-operator-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,15 @@ grafana:
port: 3000
targetPort: 3000
sidecar:
dashboards:
reloadURL: "https://localhost:3000/api/admin/provisioning/dashboards/reload"
env:
REQ_SKIP_TLS_VERIFY: true
datasources:
defaultDatasourceEnabled: false
reloadURL: "https://localhost:3000/api/admin/provisioning/datasources/reload"
env:
REQ_SKIP_TLS_VERIFY: true
"grafana.ini":
server:
protocol: https
Expand Down

0 comments on commit 7a32939

Please sign in to comment.