Move databases to nvme disks
This commit is contained in:
parent
8478d84c84
commit
5a0b16cb28
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 100}
|
||||
- {size: 100, type: nvme}
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 20}
|
||||
- {size: 20, type: nvme}
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 27017, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 20}
|
||||
- {size: 20, type: nvme}
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 3306, from: [172.20.20.0/22]}
|
||||
|
|
Loading…
Add table
Reference in a new issue