Skip to content

Commit

Permalink
chore(mrs): update cluster example
Browse files Browse the repository at this point in the history
  • Loading branch information
dmicheneau committed Jan 23, 2023
1 parent d66df7d commit 1502c03
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions examples/mrs/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,38 @@ spec:
forProvider:
analysisCoreNodes:
- dataVolumeCount: 1
dataVolumeSize: 100
dataVolumeSize: 600
dataVolumeType: SAS
flavor: c3.2xlarge.2.linux.mrs
nodeNumber: 2
rootVolumeSize: 100
flavor: c6.4xlarge.4.linux.mrs
nodeNumber: 3
rootVolumeSize: 480
rootVolumeType: SAS
availabilityZone: eu-west-0a
componentList:
- Hadoop
- Spark
- Hive
- Hadoop
- Spark2x
- Hive
managerAdminPwdSecretRef:
key: example-mrs-admin-password
name: example-mrs-secret
namespace: crossplane-system
masterNodes:
- dataVolumeCount: 1
dataVolumeSize: 200
dataVolumeSize: 600
dataVolumeType: SAS
flavor: c3.2xlarge.2.linux.mrs
flavor: c6.4xlarge.4.linux.mrs
nodeNumber: 2
rootVolumeSize: 100
rootVolumeSize: 480
rootVolumeType: SAS
name: example-mrs-cluster
name: example_mrs_cluster
nodeKeyPairSelector:
matchLabels:
testing.upbound.io/example-name: example_keypair
subnetIdSelector:
matchLabels:
testing.upbound.io/example-name: example_subnet
type: ANALYSIS
version: MRS 2.0.1
version: MRS 3.1.0-LTS.1
vpcIdSelector:
matchLabels:
testing.upbound.io/example-name: example_vpc

0 comments on commit 1502c03

Please sign in to comment.