Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wowsel authored Feb 22, 2019
1 parent f278912 commit cce72d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In order to have persistance, a PersistentVolumeClaim usage is allowed. The full
**IMPORTANT**: By default, the persistent volume claims will be deleted when the Redis Failover is. If this is not the expected usage, a `keepAfterDeletion` flag can be added under the `storage` section of Redis. [An example is given](example/redisfailover/persistant-storage-no-pvc-deletion.yaml).

### NodeAffinity and Tolerations
You can use NodeAffinity and Tolerations for deploy redis to isolation nodes, like production.
You can use NodeAffinity and Tolerations to deploy Pods to isolated groups of Nodes

Example:
```yaml
Expand Down

0 comments on commit cce72d3

Please sign in to comment.