You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Component: `eks/redis-operator`
2
2
3
-
This component installs `redis-operator` for EKS clusters. Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
3
+
This component installs `redis-operator` for EKS clusters. Redis Operator creates/configures/manages high availability
4
+
redis with sentinel automatic failover atop Kubernetes.
4
5
5
6
## Usage
6
7
@@ -46,7 +47,6 @@ components:
46
47
image:
47
48
repository: quay.io/spotahome/redis-operator
48
49
tag: v1.1.1
49
-
50
50
```
51
51
52
52
`stacks/catalog/eks/redis-operator/dev` file (derived component for "dev" specific settings):
@@ -63,8 +63,9 @@ components:
63
63
inherits:
64
64
- eks/redis-operator/defaults
65
65
vars: {}
66
-
67
66
```
67
+
68
+
<!-- prettier-ignore-start -->
68
69
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
69
70
## Requirements
70
71
@@ -153,6 +154,9 @@ components:
153
154
|------|-------------|
154
155
| <a name="output_metadata"></a> [metadata](#output\_metadata) | Block status of the deployed release |
0 commit comments