Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created October 19, 2018 23:37
Show Gist options
  • Save b0noI/1a6698383a4460f5403c272cf41d7cf3 to your computer and use it in GitHub Desktop.
Save b0noI/1a6698383a4460f5403c272cf41d7cf3 to your computer and use it in GitHub Desktop.
export WEB_BACKED_SERVICE_NAME="tensorflow-backend"
export WEB_MAP_NAME="map-all"
gcloud compute url-maps create $WEB_MAP_NAME \
--default-service $WEB_BACKED_SERVICE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment