iac/infrastructure
emelinda 3d205fa7e0 BIM: база bimapidb и обязательная переменная GOOGLE_APPLICATION_CREDENTIALS
Оба пода уходили в рестарты, причины разные и обе — мои.

1. bim-api:
     psycopg2.OperationalError: FATAL: database "bimapidb" does not exist
   Имя базы у приложения ЗАХАРДКОЖЕНО и переменной не задаётся — в
   entrypoint_api.sh (yoyo apply ... /bimapidb) и в models/database.py
   (PooledPostgresqlExtDatabase('bimapidb', ...)). Переменной DB_NAME в
   коде нет вообще, я подставлял её впустую. Запись в contour.databases
   переименована bim_db -> bimapidb, DB_NAME из vault-шаблона убран.

   Пустая bim_db остаётся в СУБД: бутстрап умеет только создавать. Данных
   в ней нет — проверено, ноль таблиц.

2. bim-worker:
     Exception: ENV_VARIABLE NOT SET: GOOGLE_APPLICATION_CREDENTIALS
   settings.py делает check_settings(): проходит по ВСЕМ ключам ENV_FIELDS
   и падает на первом незаданном, до проверки флагов дело не доходит.
   Убирать переменную вместе с Google-хранилищем было нельзя. Возвращена;
   файла по этому пути нет и не нужно — при FEATURE_ENABLE_GCLOUD=false
   его никто не открывает, важно лишь наличие самой переменной.

Отсюда правило для этого приложения: набор переменных должен повторять
apps/bim/dsinv целиком, образ там тот же (870965d1...). Менять можно
только значения — адреса, бакет, брокер, — но не состав.
2026-08-09 20:54:20 +03:00
..
argo-events Add infra Argo and PostgreSQL contour releases 2026-06-11 11:15:04 +03:00
argo-workflows Add infra Argo and PostgreSQL contour releases 2026-06-11 11:15:04 +03:00
camunda fix identity.fullURL for ugmk: was falling back to chart default identity.camunda.sarex.io instead of camunda-identity.sarex-k8s.uralmine.com 2026-08-07 14:26:12 +03:00
cert-manager Merge remote-tracking branch 'origin/master' into aero 2026-08-09 09:15:00 +03:00
dashboard Dashboard: учётка для входа и бессрочный токен 2026-08-09 11:31:29 +03:00
example-infra Initial setup of FluxCD v2 monorepo with Kustomize overlays and Helm releases 2026-04-07 11:11:00 +03:00
failed-pod-cleanup Bump failed-pod-cleanup chart version to 0.1.5 in brusnika-stage and base release. imagePullSecrets was added. 2026-06-10 11:49:09 +03:00
glitchtip Refactor yc-k8s-test infrastructure by splitting kustomization files into resource-specific directories. 2026-06-23 11:56:05 +03:00
goalert Add WB monitoring stack 2026-05-25 13:18:25 +03:00
istio-base feat(ansible): add private registry configuration for k3s and Flux with secure key handling 2026-08-03 15:40:07 +03:00
istio-config BIM в контуре aero: api и worker из aero/bimbackend 2026-08-09 20:42:23 +03:00
istio-gateway feat(fluxcd): add Istio gateway HelmRelease configuration with kustomize patching in aero environment 2026-08-03 16:08:12 +03:00
istio-pilot Istio: ждать готовности sidecar перед стартом приложения 2026-08-09 11:27:34 +03:00
kafka add kafka authorizer 2026-07-17 18:06:03 +03:00
kafka-exporter Add WB monitoring stack 2026-05-25 13:18:25 +03:00
keycloak Refactor yc-k8s-test infrastructure by splitting kustomization files into resource-specific directories. 2026-06-23 11:56:05 +03:00
local-path-provisioner feat(aero): PostgreSQL с четырьмя базами и ускоренный цикл реконсиляции 2026-08-08 11:33:43 +03:00
minio MinIO: аннотация force у Job'а бакетов должна быть enabled, не "true" 2026-08-09 12:11:14 +03:00
openldap Refactor yc-k8s-test infrastructure by splitting kustomization files into resource-specific directories. 2026-06-23 11:56:05 +03:00
openobserve ++ fix openobserve otel secrets 2026-06-24 20:42:11 +03:00
opentelemetry-collector ++ add signoz otel compatibility service 2026-06-25 17:14:28 +03:00
opentelemetry-operator ++ disable otel prometheus feature gates 2026-06-24 15:58:22 +03:00
pg-sanitizer ++ bump pg-sanitizer image to infra_6622cc06 (fix circular fk prune) 2026-06-26 15:05:48 +03:00
postgres-exporter Add WB monitoring stack 2026-05-25 13:18:25 +03:00
postgresql BIM: база bimapidb и обязательная переменная GOOGLE_APPLICATION_CREDENTIALS 2026-08-09 20:54:20 +03:00
prometheus-stack Bump WB prometheus stack chart 2026-05-27 17:13:27 +03:00
rabbitmq RabbitMQ: снят loopback-only для администратора 2026-08-08 18:32:38 +03:00
redis Refactor yc-k8s-test infrastructure by splitting kustomization files into resource-specific directories. 2026-06-23 11:56:05 +03:00
s3-proxy restore buisness owned postgresql from company dumps 2026-06-29 18:45:57 +03:00
superset ++ fix superset remediation 2026-07-22 14:13:19 +03:00
trino add ss + trino to wb 2026-07-22 13:10:48 +03:00
vault Migrate Istio and Vault configurations to separate yc-ecp infrastructure directories with updated HelmRelease and Kustomization files. 2026-08-04 22:34:42 +03:00
vault-injector feat(aero): PostgreSQL с четырьмя базами и ускоренный цикл реконсиляции 2026-08-08 11:33:43 +03:00
vault-unseal Run Vault backups daily after 19 Moscow 2026-06-08 16:13:27 +03:00
vmstack Add WB monitoring stack 2026-05-25 13:18:25 +03:00
yc-pg-dumper Use yc pg dumper chart 0.1.5 2026-06-12 09:50:56 +03:00
zitadel ++ move ugmk infrastructure patches to overlays 2026-07-15 13:00:34 +03:00
kustomization.yaml Add failed-pod-cleanup HelmRelease and kustomization resources for brusnika-stage. 2026-06-09 17:16:37 +03:00