mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
test terragrunt ci
This commit is contained in:
parent
bf5f3baf69
commit
51dce6b708
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user