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 +