mirror of
https://github.com/google/nomulus
synced 2026-08-18 21:26:16 +00:00
Update proxy resources, increase ssl handshake timeout (#2819)
This commit is contained in:
@@ -31,7 +31,6 @@ do
|
||||
echo "Updating cluster ${parts[0]} in zone ${parts[1]}..."
|
||||
gcloud container clusters get-credentials "${parts[0]}" \
|
||||
--project "${project}" --zone "${parts[1]}"
|
||||
kubectl apply -f "./kubernetes/proxy-limit-range.yaml" --force
|
||||
sed s/GCP_PROJECT/${project}/g "./kubernetes/proxy-deployment-${environment}.yaml" | \
|
||||
kubectl apply -f -
|
||||
kubectl apply -f "./kubernetes/proxy-service.yaml" --force
|
||||
|
||||
Reference in New Issue
Block a user