mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-08 21:21:34 +03:00
++ add ugmk namespace database vault secrets
This commit is contained in:
parent
26f474bae0
commit
f1dfb90dba
File diff suppressed because it is too large
Load Diff
@ -5,6 +5,38 @@ current_environment: yc-k8s-test
|
|||||||
# use the SAME schema/contract as the product master branch; only the backend is
|
# use the SAME schema/contract as the product master branch; only the backend is
|
||||||
# in-cluster (see live/terragrunt.hcl providers). ++ ++ ++ ++
|
# in-cluster (see live/terragrunt.hcl providers). ++ ++ ++ ++
|
||||||
environments:
|
environments:
|
||||||
|
ugmk:
|
||||||
|
namespaces:
|
||||||
|
- name: attachments
|
||||||
|
manage: true
|
||||||
|
image_pull_secret: true
|
||||||
|
labels:
|
||||||
|
project: contour
|
||||||
|
annotations:
|
||||||
|
managed-by: terraform
|
||||||
|
istio-injection: disabled
|
||||||
|
security.deckhouse.io/pod-policy: privileged
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
default_host: 10.222.255.162
|
||||||
|
default_port: 5432
|
||||||
|
|
||||||
|
databases:
|
||||||
|
- cluster_id: main
|
||||||
|
database:
|
||||||
|
name: attachments_db
|
||||||
|
extensions: []
|
||||||
|
user:
|
||||||
|
name: attachments
|
||||||
|
password_length: 32
|
||||||
|
password_special: false
|
||||||
|
conn_limit: 20
|
||||||
|
|
||||||
|
minio: {}
|
||||||
|
buckets: []
|
||||||
|
kafka: {}
|
||||||
|
rabbitmq: {}
|
||||||
|
|
||||||
yc-k8s-test:
|
yc-k8s-test:
|
||||||
namespaces:
|
namespaces:
|
||||||
- name: test-namespace
|
- name: test-namespace
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user