Increase os disk size for oci-nodes
This commit is contained in:
parent
2d7113f6e6
commit
bb8b486263
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
# increase memory size
|
# increase memory size
|
||||||
mem_size: 4096
|
mem_size: 4096
|
||||||
|
# increase disk size to store docker images
|
||||||
|
dsk_size: 50
|
||||||
|
|
||||||
firewall_in:
|
firewall_in:
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||||
|
|
Loading…
Add table
Reference in a new issue