We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afaf5f commit d4bb08eCopy full SHA for d4bb08e
gcp_cloud_function_proxy/deploy.sh
@@ -45,4 +45,5 @@ gcloud functions deploy "$name" --trigger-http \
45
# routes private traffic only by default - need to change this if you want to
46
# use the Cloud NAT gateway from the VPC for Firewall rules purposes
47
#--vpc-connector "$vpc_connector" \
48
+ #--egress-settings all # sends all traffic through connector to exit via network's Cloud NAT IP
49
#--max-instances 1
0 commit comments