Pass db storage size and ration to calculate for badger db (#1788)

* Pass db storage size and ration to calculate for badger db

* Use badger max db size option
This commit is contained in:
Volodymyr Stoiko
2025-09-25 18:17:21 +03:00
committed by GitHub
parent 349d8b07df
commit f5167cbb2a
4 changed files with 10 additions and 2 deletions

View File

@@ -99,6 +99,10 @@ spec:
- '{{ .Values.tap.misc.resolutionStrategy }}'
- -staletimeout
- '{{ .Values.tap.misc.staleTimeoutSeconds }}'
- -storage-size
- '{{ .Values.tap.storageLimit }}'
- -capture-db-max-size
- '{{ .Values.tap.capture.dbMaxSize }}'
{{- if .Values.tap.docker.overrideImage.worker }}
image: '{{ .Values.tap.docker.overrideImage.worker }}'
{{- else if .Values.tap.docker.overrideTag.worker }}