Skip to content

Commit

Permalink
Updated CHANGELOG and docs for v0.8.0 (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey authored Sep 3, 2021
1 parent f3e38d3 commit 04f1f29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v0.8.0
##### September 3, 2021

#### :tada: Features

- Added external configuration capability for follower and leader
- Streamlined examples folder with different examples for standalone and cluster
- Added the capability for affinity for leader and follower

### v0.7.0
##### August 12, 2021

Expand Down
7 changes: 4 additions & 3 deletions docs/src/guide/redis-cluster-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ In this configuration section, we have these configuration parameters:-
|`redisCluster.image` | quay.io/opstree/redis | Name of the redis image |
|`redisCluster.tag` | v6.2 | Tag of the redis image |
|`redisCluster.imagePullPolicy` | IfNotPresent | Image Pull Policy of the redis image |
|`redisCluster.leaderServiceType` | ClusterIP | Kubernetes service type for Redis Leader |
|`redisCluster.followerServiceType` | ClusterIP | Kubernetes service type for Redis Follower |
|`redisCluster.leader.serviceType` | ClusterIP | Kubernetes service type for Redis Leader |
|`redisCluster.follower.serviceType` | ClusterIP | Kubernetes service type for Redis Follower |
|`redisCluster.leader.affinity` | {} | Affinity for node and pods for redis leader statefulset |
|`redisCluster.follower.affinity` | {} | Affinity for node and pods for redis follower statefulset |
|`externalService.enabled`| false | If redis service needs to be exposed using LoadBalancer or NodePort |
|`externalService.annotations`| {} | Kubernetes service related annotations |
|`externalService.serviceType` | NodePort | Kubernetes service type for exposing service, values - ClusterIP, NodePort, and LoadBalancer |
Expand All @@ -41,7 +43,6 @@ In this configuration section, we have these configuration parameters:-
|`priorityClassName`| "" | Priority class name for the redis statefulset |
|`storageSpec` | {} | Storage configuration for redis setup |
|`securityContext` | {} | Security Context for redis pods for changing system or kernel level parameters |
|`affinity` | {} | Affinity for node and pods for redis statefulset |
|`tolerations` | [] | Tolerations for redis statefulset |

# CRD Parameters
Expand Down

0 comments on commit 04f1f29

Please sign in to comment.