Skip to content

Commit 55eaf44

Browse files
authored
docs: Update Redis Operator README and Sentinel documentation (#1439)
Signed-off-by: yangw <[email protected]>
1 parent 1414470 commit 55eaf44

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/redis-operator/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ kubectl create secret tls <webhook-server-cert> --key tls.key --cert tls.crt -n
113113
| redisOperator.imagePullPolicy | string | `"Always"` | |
114114
| redisOperator.imagePullSecrets | list | `[]` | |
115115
| redisOperator.imageTag | string | `""` | |
116+
| redisOperator.metrics.bindAddress | string | `":8080"` | |
117+
| redisOperator.metrics.enabled | bool | `true` | |
116118
| redisOperator.name | string | `"redis-operator"` | |
117119
| redisOperator.podAnnotations | object | `{}` | |
118120
| redisOperator.podLabels | object | `{}` | |

docs/content/en/docs/Getting Started/Sentinel/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Sentinel"
3-
linkTitle: "sentinel"
3+
linkTitle: "Sentinel"
44
weight: 20
55
date: 2023-04-05T19:00:00Z
66
description: >
@@ -17,7 +17,7 @@ Redis Sentinel is a tool that provides automatic failover and monitoring for Red
1717

1818
## Helm Installation
1919

20-
In redis sentinel mode, we deploy redis as a single StatefulSet pod that means ease of setup but no complexity, no high availability, and no resilience.
20+
In redis sentinel mode, we deploy redis sentinel as a highly available monitoring solution that provides automatic failover, monitoring, and configuration management for Redis instances.
2121

2222
Installation can be easily done via `helm` command:
2323

0 commit comments

Comments
 (0)