diff --git a/infrastructure.yaml b/infrastructure.yaml index c098806..9171716 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -11,7 +11,13 @@ environments: labels: project: block-analyzer annotations: - managed-by: terraform + managed-by: terraform + - name: testci + labels: + environment: stage + project: testci + annotations: + managed-by: terraform secrets: - name: dockerhub @@ -25,6 +31,12 @@ environments: lifecycle: ignore_changes: false + - name: testci-s3-secret + namespace: testci + type: s3 + lifecycle: + ignore_changes: true + - name: pulse-postgresql-secret namespace: pulse type: database @@ -89,6 +101,17 @@ environments: allowed_origins: ["*"] expose_headers: ["ETag"] max_age_seconds: 3600 + - name: testci-stage + acl: public-read + versioning: + enabled: false + cors: + enabled: true + allowed_headers: ["*"] + allowed_methods: ["GET", "PUT", "POST", "DELETE", "HEAD"] + allowed_origins: ["*"] + expose_headers: ["ETag"] + max_age_seconds: 3600 databases: - cluster_id: "c9qa2coo5ukgcg93fldm" @@ -99,6 +122,16 @@ environments: password_length: 32 password_special: false conn_limit: 10 + - cluster_id: "c9qa2coo5ukgcg93fldm" + database: + name: testci_db + user: + name: testci + password_length: 32 + password_special: false + conn_limit: 10 + extensions: + - pg_stat_statements - cluster_id: "c9qa2coo5ukgcg93fldm" database: name: analyzer_db