diff --git a/infrastructure.yaml b/infrastructure.yaml index b3cefce..d14fd3b 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -8,9 +8,10 @@ environments: istio-injection: enabled annotations: managed-by: terraform - - name: premises + - name: proc labels: - project: premises + team: proc + istio-injection: enabled annotations: managed-by: terraform @@ -39,15 +40,41 @@ environments: lifecycle: ignore_changes: true + - name: premises-s3-secret + namespace: proc + type: s3 + dependencies: + bucket: premises-prod + lifecycle: + ignore_changes: true + - name: premises-postgresql-secret - namespace: premises + namespace: proc type: database dependencies: cluster: "c9quu72dj2ibu8dk54q5" db: premises_db user: premises lifecycle: - ignore_changes: true + ignore_changes: true + + - name: premises-kafka-secret + namespace: proc + type: opaque + custom_keys: + host: "host:port" + random_keys: + password: + length: 5 + special: false + username: + length: 5 + special: false + cert: + length: 5 + special: false + lifecycle: + ignore_changes: true - name: session-secret namespace: pulse @@ -218,6 +245,13 @@ environments: cors: enabled: false + - name: premises-prod + acl: private + versioning: + enabled: false + cors: + enabled: false + # yc_service_accounts: # - name: dwg-sa # description: "DWG SA Uploader" @@ -243,6 +277,7 @@ environments: name: premises_db extensions: - uuid-ossp + - pg_uuidv7 user: name: premises password_length: 32