Skip to content

Commit aa5373f

Browse files
authored
docs: Improve Readme (#1506)
* fix wrong helm charts Signed-off-by: Kilian Ries <[email protected]> * add servicemonitor docu Signed-off-by: Kilian Ries <[email protected]> --------- Signed-off-by: Kilian Ries <[email protected]>
1 parent c8aeadf commit aa5373f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ $ helm upgrade redis ot-helm/redis \
112112

113113
```shell
114114
# Create Redis replication setup
115-
$ helm upgrade redis-replication ot-helm/replication \
115+
$ helm upgrade redis-replication ot-helm/redis-replication \
116116
--install --namespace ot-operators
117117
```
118118

119119
```shell
120120
# Create Redis sentinel setup
121-
$ helm upgrade redis-sentinel ot-helm/sentinel \
121+
$ helm upgrade redis-sentinel ot-helm/redis-sentinel \
122122
--install --namespace ot-operators
123123
```
124124

@@ -135,6 +135,8 @@ To monitor Redis performance we will be using Prometheus. In any case, extra Pro
135135
prometheus.io/port: "9121"
136136
```
137137
138+
In addition to the annotations you have the possibility to deploy a `ServiceMonitor` for each of the Redis installations (configurable via Helm values file).
139+
138140
## Contribution
139141

140142
Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)