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
|
istio-injection: enabled
|
||||||
annotations:
|
annotations:
|
||||||
managed-by: terraform
|
managed-by: terraform
|
||||||
|
- name: premises
|
||||||
|
labels:
|
||||||
|
project: premises
|
||||||
|
annotations:
|
||||||
|
managed-by: terraform
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
- name: dockerhub
|
- name: dockerhub
|
||||||
@ -34,6 +39,16 @@ environments:
|
|||||||
lifecycle:
|
lifecycle:
|
||||||
ignore_changes: true
|
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
|
- name: session-secret
|
||||||
namespace: pulse
|
namespace: pulse
|
||||||
type: opaque
|
type: opaque
|
||||||
@ -223,3 +238,14 @@ environments:
|
|||||||
password_special: false
|
password_special: false
|
||||||
conn_limit: 10
|
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