Last active
October 19, 2018 23:28
-
-
Save b0noI/7779d3ac61d89943058b7fc92e569b5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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