Skip to content

Instantly share code, notes, and snippets.

@b0noI
Last active October 19, 2018 23:28
Show Gist options
  • Save b0noI/7779d3ac61d89943058b7fc92e569b5e to your computer and use it in GitHub Desktop.
Save b0noI/7779d3ac61d89943058b7fc92e569b5e to your computer and use it in GitHub Desktop.
export HEALTH_CHECK_NAME="http-basic-check"
export WEB_BACKED_SERVICE_NAME="tensorflow-backend"
gcloud compute backend-services create $WEB_BACKED_SERVICE_NAME \
--protocol HTTP \
--health-checks $HEALTH_CHECK_NAME \
--global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment