mirror of https://github.com/rancher/ui.git
Set default instance type for EC2 node template to t2.medium
https://github.com/rancher/rancher/issues/15327
This commit is contained in:
parent
1a827c8e51
commit
4befb92c66
|
|
@ -390,7 +390,7 @@ export default Component.extend(NodeDriver, {
|
|||
let config = get(this, 'globalStore').createRecord({
|
||||
type: 'amazonec2Config',
|
||||
region: 'us-west-2',
|
||||
instanceType: 't2.small',
|
||||
instanceType: 't2.medium',
|
||||
securityGroup: '',
|
||||
zone: 'a',
|
||||
rootSize: '16',
|
||||
|
|
|
|||
Loading…
Reference in New Issue