Created
April 22, 2020 22:53
-
-
Save negz/c8e276d2b5708d41ce8814d535da3692 to your computer and use it in GitHub Desktop.
An example ReplicationGroup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: cache.aws.crossplane.io/v1beta1 | |
kind: ReplicationGroup | |
metadata: | |
name: aws-redis | |
labels: | |
example: "true" | |
spec: | |
writeConnectionSecretToRef: | |
namespace: crossplane-system | |
name: aws-redis | |
providerRef: | |
name: example | |
reclaimPolicy: Delete | |
forProvider: | |
replicationGroupDescription: "An example replication group" | |
applyModificationsImmediately: true | |
engine: "redis" | |
engineVersion: "3.2.4" | |
cacheParameterGroupName: default.redis3.2.cluster.on | |
cacheNodeType: cache.t2.micro | |
automaticFailoverEnabled: true | |
numNodeGroups: 2 | |
replicasPerNodeGroup: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment