add ns and secrets for iams

This commit is contained in:
Kochetkov S 2026-05-05 16:39:05 +03:00
parent 8540c3907e
commit aff4a668a4

View File

@ -4,8 +4,8 @@ environments:
prod:
cluster_id: c9qks74g084g1419cpts
default_partitions: 3
default_replication_factor: 3
max_replication_factor: 3
default_replication_factor: 1
max_replication_factor: 1
default_topic_config:
cleanup.policy: delete
retention.ms: "604800000"
@ -31,6 +31,12 @@ environments:
istio-injection: enabled
annotations:
managed-by: terraform
- name: iam
labels:
team: platform
istio-injection: enabled
annotations:
managed-by: terraform
secrets:
- name: dockerhub
@ -57,6 +63,36 @@ environments:
lifecycle:
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
namespace: proc
type: s3