Skip to content

Instantly share code, notes, and snippets.

@ourskycode
Created November 27, 2017 08:20
Show Gist options
  • Save ourskycode/f9783927b0a7e496852cb938731ccde2 to your computer and use it in GitHub Desktop.
Save ourskycode/f9783927b0a7e496852cb938731ccde2 to your computer and use it in GitHub Desktop.
GCEPersistentDisk settings
gcloud compute disks create --size=**10GB** --type=**pd-ssd** --zone=**us-east1-b** **discourse**
gcloud compute disks create --size=**10GB** --type=**pd-ssd** --zone=**us-east1-b** **discourse-pgsql**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment