prole/conf/prod/gcp.cfg
chrisfu e3c2e625f1 refactor(config): separate k3d k3s and gke config entrypoints
Rename env config files from conf/*/prole.cfg to conf/k3d.cfg, conf/k3s.cfg, and conf/gke.cfg. Update shell/Python loaders and etc/deploy scripts to resolve named configs cleanly while keeping legacy fallback behavior. Align k3s Ansible tasks, docs, and regression coverage with the new configuration layout.

Co-authored-by: Junie <junie@jetbrains.com>
2026-04-11 22:20:45 -07:00

17 lines
536 B
INI

# Generated by knoe/config.py --mode k8s --provider gcp
# Copy org_id, billing_account, billing_project into:
# deploy/gcp/terraform/cloud-setup.auto.tfvars
# Loaded automatically by the installer into conf/gke.cfg [GCP]
# Org: knoey.com
org_id = "584001916389"
# Billing account: My Billing Account
billing_account = "01193C-25783B-3211AD"
# Billing project (used for API quota / billing attribution)
billing_project = "plenary-truck-485623-p7"
# Selected project: Knoey Auth
project_id = "plenary-truck-485623-p7"