Skip to content

Commit c8a1ba8

Browse files
authored
Merge pull request #86 from Yolean/atamon-patch-1
Fix retention from 0.8 days to 8 days
2 parents 97f03a4 + d4a3bc6 commit c8a1ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events-kube/topic-ops-kube-events-all-json.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ spec:
2727
- --replication-factor
2828
- "1"
2929
- --config
30-
# this might be eight days
31-
- retention.ms=69125000
30+
# 8 days
31+
- retention.ms=691200000
3232
restartPolicy: Never

0 commit comments

Comments
 (0)