mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Add necessary changes to provision QA with Terraform (#2618)
Also programmatically determine backend service IDs.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user