fold in dev-env + ci-runner provisioning fixups

cloud-run.tf + cloud-run-stage.tf: small alignment edits from the
dev-env agent's work to match the actual deployed Cloud Run shape.

runners/startup.sh: 10-line additions from the gitea-runner agent
during initial provisioning - environment setup adjustments
discovered when the runner came up the first time.

stripe-billing.tf: prior-session work that hadn't been committed,
folding it in now to clean the working tree before further changes.
This commit is contained in:
Will Anderson
2026-05-02 13:21:32 -05:00
parent cd2c22c295
commit b3609d6401
4 changed files with 53 additions and 18 deletions
+3 -3
View File
@@ -69,7 +69,7 @@ resource "google_cloud_run_v2_service" "prod_us" {
}
env {
name = "NEURON_LLM_0_MODEL"
value = "claude-haiku-4-5"
value = "claude-sonnet-4-5"
}
env {
name = "NEURON_LLM_0_URL"
@@ -253,7 +253,7 @@ resource "google_cloud_run_v2_service" "prod_eu" {
}
env {
name = "NEURON_LLM_0_MODEL"
value = "claude-haiku-4-5"
value = "claude-sonnet-4-5"
}
env {
name = "NEURON_LLM_0_URL"
@@ -436,7 +436,7 @@ resource "google_cloud_run_v2_service" "prod_apac" {
}
env {
name = "NEURON_LLM_0_MODEL"
value = "claude-haiku-4-5"
value = "claude-sonnet-4-5"
}
env {
name = "NEURON_LLM_0_URL"