Skip to content

Commit ceb33fc

Browse files
committed
ci(run): restrict ingress for e2e deployments
1 parent 6a5ac65 commit ceb33fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run/helloworld/test/e2e_test_setup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ steps:
2525
./test/retry.sh "gcloud run deploy ${_SERVICE} \
2626
--image gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} \
2727
--no-allow-unauthenticated \
28+
--ingress internal \
2829
--region ${_REGION} \
2930
--platform ${_PLATFORM} \
3031
--set-env-vars NAME=${_NAME} \

0 commit comments

Comments
 (0)