From 25936cf2fcad6c47fb15b75be1f9f7e56f575018 Mon Sep 17 00:00:00 2001 From: "kochetkov.s" Date: Thu, 2 Apr 2026 11:37:34 +0000 Subject: [PATCH] ++ add premises infra --- infrastructure.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/infrastructure.yaml b/infrastructure.yaml index 0523f73..b3cefce 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -8,6 +8,11 @@ environments: istio-injection: enabled annotations: managed-by: terraform + - name: premises + labels: + project: premises + annotations: + managed-by: terraform secrets: - name: dockerhub @@ -34,6 +39,16 @@ environments: lifecycle: ignore_changes: true + - name: premises-postgresql-secret + namespace: premises + type: database + dependencies: + cluster: "c9quu72dj2ibu8dk54q5" + db: premises_db + user: premises + lifecycle: + ignore_changes: true + - name: session-secret namespace: pulse type: opaque @@ -223,3 +238,14 @@ environments: password_special: false conn_limit: 10 + - cluster_id: "c9quu72dj2ibu8dk54q5" + database: + name: premises_db + extensions: + - uuid-ossp + user: + name: premises + password_length: 32 + password_special: false + conn_limit: 10 +