diff --git a/infrastructure.yaml b/infrastructure.yaml index 7f2160b..f494c2c 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -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