Skip to content

Commit

Permalink
Merge pull request #236 from SumoLogic/samjsong-patch-1
Browse files Browse the repository at this point in the history
Update steps for installing side Prometheus
  • Loading branch information
samjsong committed Oct 21, 2019
2 parents b627e04 + 507f392 commit b1a2c77
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,19 @@ Update your Prometheus configuration file’s `remote_write` section, as per the
When installing our Helm Chart it is possible to have more than one Prometheus server running in the same cluster. You can deploy our solution more than once in the same cluster or in a cluster with an existing Prometheus server. To use a different port number than the default 9100 set the following fields for the Prometheus node exporter when installing our Helm Chart. For example:

```
--set prometheus-node-exporter.service.port=9200 --set prometheus-node-exporter.service.targetPort=9200
--set prometheus-operator.prometheus-node-exporter.service.port=9200 --set prometheus-operator.prometheus-node-exporter.service.targetPort=9200
```

Or add the following section to your override values.yaml:
Or add the following to the `prometheus-operator` section of your overrides `values.yaml`:

```
prometheus-node-exporter:
service:
port: 9200
targetPort: 9200
prometheus-operator:
...
prometheus-node-exporter:
service:
port: 9200
targetPort: 9200
...
```

### Uninstalling the Chart
Expand Down

0 comments on commit b1a2c77

Please sign in to comment.