mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 20:04:31 +00:00
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>
17 lines
536 B
INI
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"
|