Skip to content

Commit 08cf472

Browse files
thepoppingoneyannrouillard
authored andcommitted
Update limits for maxtopicbytes
1 parent cf7fdba commit 08cf472

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

kp_pre_commit_hooks/gitops_values_validation.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,12 @@
5252
ALLOWED_MAX_LOCAL_TOPIC_BYTES_BY_TOPIC_AND_ENV = {
5353
"ais-listener.nmea": {
5454
"prod": {
55-
"max_limit": 5_368_709_120, # 5GB
55+
"max_limit": 644_245_094_400, # 600GB
5656
}
5757
},
5858
"ais-listener.error.station": {
5959
"prod": {
60-
"max_limit": 5_368_709_120, # 5GB
61-
}
62-
},
63-
"position.silver-v1": {
64-
"dev": {
65-
"max_limit": 5_368_709_120, # 5GB
60+
"max_limit": 536_870_912_000, # 500GB
6661
}
6762
}
6863
}

0 commit comments

Comments
 (0)