fix(kafka): Reduce retention time to 2 minutes

This commit is contained in:
Jim Martens 2024-01-15 18:49:31 +01:00
parent 76eb60fa63
commit a003c00b75
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ environment:
value: PLAINTEXT
- name: KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR
value: "1"
- name: KAFKA_LOG_RETENTION_MINUTES
value: "2"
resources:
limits:

View File

@ -76,6 +76,8 @@ environment:
value: PLAINTEXT
- name: KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR
value: "1"
- name: KAFKA_LOG_RETENTION_MINUTES
value: "10"
enableServiceLinks: false
# Contents of this object will be added to a Kubernetes secret data section and Base64 encoded
# External secrets are not supported by this template