mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
++ add premises infra
This commit is contained in:
parent
97cfaeda53
commit
25936cf2fc
@ -8,6 +8,11 @@ environments:
|
||||
istio-injection: enabled
|
||||
annotations:
|
||||
managed-by: terraform
|
||||
- name: premises
|
||||
labels:
|
||||
project: premises
|
||||
annotations:
|
||||
managed-by: terraform
|
||||
|
||||
secrets:
|
||||
- name: dockerhub
|
||||
@ -34,6 +39,16 @@ environments:
|
||||
lifecycle:
|
||||
ignore_changes: true
|
||||
|
||||
- name: premises-postgresql-secret
|
||||
namespace: premises
|
||||
type: database
|
||||
dependencies:
|
||||
cluster: "c9quu72dj2ibu8dk54q5"
|
||||
db: premises_db
|
||||
user: premises
|
||||
lifecycle:
|
||||
ignore_changes: true
|
||||
|
||||
- name: session-secret
|
||||
namespace: pulse
|
||||
type: opaque
|
||||
@ -223,3 +238,14 @@ environments:
|
||||
password_special: false
|
||||
conn_limit: 10
|
||||
|
||||
- cluster_id: "c9quu72dj2ibu8dk54q5"
|
||||
database:
|
||||
name: premises_db
|
||||
extensions:
|
||||
- uuid-ossp
|
||||
user:
|
||||
name: premises
|
||||
password_length: 32
|
||||
password_special: false
|
||||
conn_limit: 10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user