script to automate WebGoat deployment on GKE

This commit is contained in:
jason
2018-05-14 12:15:48 -06:00
parent 24cf806787
commit 31f7ea6985
2 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,4 @@
CURTAG=webgoat/webgoat-8.0
DEST_TAG=gcr.io/your-gke-project/your-webgoat-tag
CLUSTER_NAME=your-cluster-name
PORT_NUM=8080