Last active
December 7, 2018 00:19
-
-
Save b0noI/66ed2bc0c4e2d7245a3aabe90d9c82c5 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" | |
gcloud compute health-checks create http $HEALTH_CHECK_NAME \ | |
--request-path /v1/models/default \ | |
--port 8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment