Skip to content

Instantly share code, notes, and snippets.

@negz
Created April 22, 2020 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save negz/c8e276d2b5708d41ce8814d535da3692 to your computer and use it in GitHub Desktop.
Save negz/c8e276d2b5708d41ce8814d535da3692 to your computer and use it in GitHub Desktop.
An example ReplicationGroup
---
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