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:
|
labels:
|
||||||
project: block-analyzer
|
project: block-analyzer
|
||||||
annotations:
|
annotations:
|
||||||
managed-by: terraform
|
managed-by: terraform
|
||||||
|
- name: testci
|
||||||
|
labels:
|
||||||
|
environment: stage
|
||||||
|
project: testci
|
||||||
|
annotations:
|
||||||
|
managed-by: terraform
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
- name: dockerhub
|
- name: dockerhub
|
||||||
@ -25,6 +31,12 @@ environments:
|
|||||||
lifecycle:
|
lifecycle:
|
||||||
ignore_changes: false
|
ignore_changes: false
|
||||||
|
|
||||||
|
- name: testci-s3-secret
|
||||||
|
namespace: testci
|
||||||
|
type: s3
|
||||||
|
lifecycle:
|
||||||
|
ignore_changes: true
|
||||||
|
|
||||||
- name: pulse-postgresql-secret
|
- name: pulse-postgresql-secret
|
||||||
namespace: pulse
|
namespace: pulse
|
||||||
type: database
|
type: database
|
||||||
@ -89,6 +101,17 @@ environments:
|
|||||||
allowed_origins: ["*"]
|
allowed_origins: ["*"]
|
||||||
expose_headers: ["ETag"]
|
expose_headers: ["ETag"]
|
||||||
max_age_seconds: 3600
|
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:
|
databases:
|
||||||
- cluster_id: "c9qa2coo5ukgcg93fldm"
|
- cluster_id: "c9qa2coo5ukgcg93fldm"
|
||||||
@ -99,6 +122,16 @@ environments:
|
|||||||
password_length: 32
|
password_length: 32
|
||||||
password_special: false
|
password_special: false
|
||||||
conn_limit: 10
|
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"
|
- cluster_id: "c9qa2coo5ukgcg93fldm"
|
||||||
database:
|
database:
|
||||||
name: analyzer_db
|
name: analyzer_db
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user