Move databases to nvme disks

This commit is contained in:
Timo Makinen 2022-08-13 21:12:15 +00:00
parent 8478d84c84
commit 5a0b16cb28
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
datadisks:
- {size: 100}
- {size: 100, type: nvme}
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}

View file

@ -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]}

View file

@ -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]}