Skip to content

Commit ad5d78c

Browse files
committed
docs(platform-monitoring): change domain
1 parent 34f2a5b commit ad5d78c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/managing-workflow/platform-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you wish to have persistence for Grafana you can set `enabled` to `true` in t
7676
If you wish to provide your own Grafana instance you can set `grafana_location` in the `values.yaml` file before running `helm install`.
7777

7878
## [InfluxDB](https://docs.influxdata.com/influxdb)
79-
InfluxDB writes data to the host disk; however, if the InfluxDB pod dies and comes back on another host, the data will not be recovered. The InfluxDB Admin UI is also exposed through the router allowing users to access the query engine by going to `influx.mydomain.com`. You will need to configure where to find the `influx-api` endpoint by clicking the "gear" icon at the top right and changing the host to `influxapi.mydomain.com` and port to `80`.
79+
InfluxDB writes data to the host disk; however, if the InfluxDB pod dies and comes back on another host, the data will not be recovered. The InfluxDB Admin UI is also exposed through the router allowing users to access the query engine by going to `influx.mydomain.com`. You will need to configure where to find the `influx-api` endpoint by clicking the "gear" icon at the top right and changing the host to `influx-api.mydomain.com` and port to `80`.
8080

8181
### On Cluster Persistence
8282
If you wish to have persistence for InfluxDB you can set `enabled` to `true` in the `values.yaml` file before running `helm install`.

0 commit comments

Comments
 (0)