Skip to content

Commit

Permalink
Enrich following example manifests:
Browse files Browse the repository at this point in the history
- docdb.ClusterInstance
- elasticache.Cluster
- elasticache.ReplicationGroup

Signed-off-by: Sergen Yalçın <[email protected]>
  • Loading branch information
sergenyalcin committed Mar 6, 2024
1 parent b2b37c7 commit ac280da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/docdb/v1beta1/clusterinstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
name: cluster-instances
spec:
forProvider:
preferredMaintenanceWindow: sun:10:30-sun:14:30
clusterIdentifierSelector:
matchLabels:
testing.upbound.io/example-name: default
Expand Down Expand Up @@ -35,6 +36,7 @@ spec:
namespace: upbound-system
masterUsername: foo
preferredBackupWindow: 07:00-09:00
preferredMaintenanceWindow: sun:10:30-sun:14:30
skipFinalSnapshot: true

---
Expand Down
1 change: 1 addition & 0 deletions examples/elasticache/v1beta1/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
forProvider:
region: us-west-1
engine: memcached
maintenanceWindow: sun:05:00-sun:09:00
nodeType: cache.t2.micro
numCacheNodes: 1
parameterGroupName: default.memcached1.6
Expand Down
1 change: 1 addition & 0 deletions examples/elasticache/v1beta2/replicationgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
forProvider:
automaticFailoverEnabled: true
description: example description
maintenanceWindow: sun:05:00-sun:09:00
nodeType: cache.m4.large
numCacheClusters: 2
parameterGroupName: default.redis7
Expand Down

0 comments on commit ac280da

Please sign in to comment.