mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
add ns and secrets for iams
This commit is contained in:
parent
8540c3907e
commit
aff4a668a4
@ -4,8 +4,8 @@ environments:
|
|||||||
prod:
|
prod:
|
||||||
cluster_id: c9qks74g084g1419cpts
|
cluster_id: c9qks74g084g1419cpts
|
||||||
default_partitions: 3
|
default_partitions: 3
|
||||||
default_replication_factor: 3
|
default_replication_factor: 1
|
||||||
max_replication_factor: 3
|
max_replication_factor: 1
|
||||||
default_topic_config:
|
default_topic_config:
|
||||||
cleanup.policy: delete
|
cleanup.policy: delete
|
||||||
retention.ms: "604800000"
|
retention.ms: "604800000"
|
||||||
@ -31,6 +31,12 @@ environments:
|
|||||||
istio-injection: enabled
|
istio-injection: enabled
|
||||||
annotations:
|
annotations:
|
||||||
managed-by: terraform
|
managed-by: terraform
|
||||||
|
- name: iam
|
||||||
|
labels:
|
||||||
|
team: platform
|
||||||
|
istio-injection: enabled
|
||||||
|
annotations:
|
||||||
|
managed-by: terraform
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
- name: dockerhub
|
- name: dockerhub
|
||||||
@ -57,6 +63,36 @@ environments:
|
|||||||
lifecycle:
|
lifecycle:
|
||||||
ignore_changes: true
|
ignore_changes: true
|
||||||
|
|
||||||
|
- name: iams-secret
|
||||||
|
namespace: iam
|
||||||
|
type: opaque
|
||||||
|
random_keys:
|
||||||
|
db-dsn:
|
||||||
|
length: 5
|
||||||
|
special: false
|
||||||
|
kafka-sasl-plain-username:
|
||||||
|
length: 5
|
||||||
|
special: false
|
||||||
|
kafka-sasl-plain-password:
|
||||||
|
length: 5
|
||||||
|
special: false
|
||||||
|
lifecycle:
|
||||||
|
ignore_changes: true
|
||||||
|
|
||||||
|
- name: yc-s3-secret
|
||||||
|
namespace: iam
|
||||||
|
type: opaque
|
||||||
|
random_keys:
|
||||||
|
access_key:
|
||||||
|
length: 5
|
||||||
|
special: false
|
||||||
|
key_id:
|
||||||
|
length: 5
|
||||||
|
special: false
|
||||||
|
lifecycle:
|
||||||
|
ignore_changes: true
|
||||||
|
|
||||||
|
|
||||||
- name: premises-s3-secret
|
- name: premises-s3-secret
|
||||||
namespace: proc
|
namespace: proc
|
||||||
type: s3
|
type: s3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user