Skip to content

Commit dba6529

Browse files
Merge pull request #426 from openshift-cherrypick-robot/cherry-pick-410-to-release-1.4
[release-1.4] chore: Kafka Storage and Topics Retention
2 parents 3cb4d17 + 5b5a50b commit dba6529

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installer/charts/rhtap-infrastructure/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ apiVersion: v2
33
name: rhtap-infrastructure
44
description: RHTAP Infrastructure
55
type: application
6-
version: 1.4.0
6+
version: 1.4.1

installer/charts/rhtap-infrastructure/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ infrastructure:
2525
transaction.state.log.replication.factor: 1
2626
kafkaStorage:
2727
type: persistent-claim
28-
size: 1Gi
28+
size: 12Gi
2929
zookeeperStorage:
3030
type: persistent-claim
31-
size: 500Mi
31+
size: 756Mi
3232
# List of topics for TPA, some topics are used by MinIO (S3) for
3333
# notifications, therefore the topic name needs to be aligned with the MinIO
3434
# configuration.
3535
topics:
3636
- name: &topicSbomStored sbom-stored
3737
config: &kafkaTopicConfig
38-
retention.ms: 604800000
38+
retention.ms: 302400000
3939
- name: sbom-failed
4040
config: *kafkaTopicConfig
4141
- name: sbom-indexed

0 commit comments

Comments
 (0)