Skip to content

Commit

Permalink
Bump fixed volume size to 20GB
Browse files Browse the repository at this point in the history
  • Loading branch information
torrefatto committed Jun 27, 2024
1 parent 18754ac commit 1d05503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/koyeb/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func NewVolumeCmd() *cobra.Command {
}),
}
createVolumeCmd.Flags().String("region", "was", "Region of the volume")
createVolumeCmd.Flags().String("size", "10G", "Size of the volume (will be rounded to the nearest upper size in MB)")
createVolumeCmd.Flags().String("size", "20G", "Size of the volume (will be rounded to the nearest upper size in MB)")
createVolumeCmd.Flags().Bool("read-only", false, "Force the volume to be read-only")
volumeCmd.AddCommand(createVolumeCmd)

Expand Down

0 comments on commit 1d05503

Please sign in to comment.