Hi,
I created app + postgres database. so it is 2 machines. each 256mb shared1cpu.
postgres already have 1gb volume.
I would like to create storage for app, but it creates 3gb volume and attach it there.
so it becomes 3gb storage + 1gb postrges = 4GB. which is over 3gb total free tier allowence.
how do I create 2gb volume for my app? because I cant shrink volume
Thanks
UPDATE:
I found how to create volume of size I want.
fly volumes create <volume_name> --size 1 (gives 1gb size volume)
so I created 1GB for me. so I am definitely sure that I do not go over free tier limit