1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 03:35:42 +00:00

Adjust proxy resource allocation and update nomulus compute class (#2814)

This commit is contained in:
Pavlo Tkach
2025-08-28 14:49:16 -04:00
committed by GitHub
parent 0167dad85f
commit 5e1cd0120f
4 changed files with 21 additions and 5 deletions

View File

@@ -31,9 +31,9 @@ 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-limit-range.yaml" --force
kubectl apply -f "./kubernetes/proxy-service.yaml" --force
# Alpha does not have canary
if [[ ${environment} != "alpha" ]]; then