🔨 Add PcapErrorTTL field to MiscConfig

This commit is contained in:
M. Mert Yildiran
2024-02-06 01:32:07 +03:00
parent 4da51c40b9
commit 92dab2e2f7
4 changed files with 9 additions and 5 deletions

View File

@@ -25,3 +25,4 @@ data:
KUBESHARK_CLOUD_API_URL: 'https://api.kubeshark.co'
JSON_TTL: '{{ .Values.tap.misc.jsonTTL }}'
PCAP_TTL: '{{ .Values.tap.misc.pcapTTL }}'
PCAP_ERROR_TTL: '{{ .Values.tap.misc.pcapErrorTTL }}'

View File

@@ -112,6 +112,7 @@ tap:
misc:
jsonTTL: 5m
pcapTTL: 10s
pcapErrorTTL: 60s
logs:
file: ""
kube: