Add necessary changes to provision QA with Terraform (#2618)

Also programmatically determine backend service IDs.
This commit is contained in:
Lai Jiang
2024-12-12 18:39:18 +00:00
committed by GitHub
parent c6a6bc7e25
commit f9d2839590
28 changed files with 231 additions and 148 deletions
+8
View File
@@ -45,6 +45,14 @@ spec:
- name: CONTAINER_NAME
value: proxy
---
# Only need to define the service account once per cluster.
apiVersion: v1
kind: ServiceAccount
metadata:
name: nomulus
annotations:
iam.gke.io/gcp-service-account: "nomulus-service-account@GCP_PROJECT.iam.gserviceaccount.com"
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata: