infra: wire GKE cluster endpoint and fix gitea SA account_id

- Replace GKE_CLUSTER_ENDPOINT placeholder with real endpoint (34.63.89.52)
  in all three Argo CD Application manifests
- Fix gitea GCP SA account_id from 'gitea' (5 chars, too short) to 'gitea-gke'
  to satisfy GCP's 6-30 char constraint
- Update serviceaccount.yaml annotation to match new SA email (gitea-gke@...)
This commit is contained in:
Will Anderson
2026-05-04 21:56:06 -05:00
parent 4ef5e99f31
commit b572f5720b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ spec:
destination:
# Replace GKE_CLUSTER_ENDPOINT after `terraform apply`:
# terraform -chdir=servers/gcp output -raw gke_cluster_endpoint
server: https://GKE_CLUSTER_ENDPOINT
server: https://34.63.89.52
namespace: gitea
syncPolicy:
automated:
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
destination:
# Replace GKE_CLUSTER_ENDPOINT after `terraform apply`:
# terraform -chdir=servers/gcp output -raw gke_cluster_endpoint
server: https://GKE_CLUSTER_ENDPOINT
server: https://34.63.89.52
namespace: vault
syncPolicy:
automated:
@@ -142,7 +142,7 @@ spec:
destination:
# Replace GKE_CLUSTER_ENDPOINT after `terraform apply`:
# terraform -chdir=servers/gcp output -raw gke_cluster_endpoint
server: https://GKE_CLUSTER_ENDPOINT
server: https://34.63.89.52
namespace: vault
syncPolicy:
automated: