Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add env variable to deploy-bookthief
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Aug 3, 2020
1 parent 427be52 commit 129ecd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/deploy-bookthief.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source .env
BOOKSTORE_SVC="${BOOKSTORE_SVC:-bookstore}"
BOOKTHIEF_EXPECTED_RESPONSE_CODE="${BOOKTHIEF_EXPECTED_RESPONSE_CODE:-404}"
CI_MAX_ITERATIONS_THRESHOLD="${CI_MAX_ITERATIONS_THRESHOLD:-0}"
CI_CLIENT_CONCURRENT_CONNECTIONS="${CI_CLIENT_CONCURRENT_CONNECTIONS:-1}"
EGRESS_EXPECTED_RESPONSE_CODE="${EGRESS_EXPECTED_RESPONSE_CODE:-200}"

kubectl delete deployment bookthief -n "$BOOKTHIEF_NAMESPACE" --ignore-not-found
Expand Down

0 comments on commit 129ecd3

Please sign in to comment.