mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-09 06:21:57 +00:00
🔨 Add PcapErrorTTL
field to MiscConfig
This commit is contained in:
@@ -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 }}'
|
||||
|
@@ -112,6 +112,7 @@ tap:
|
||||
misc:
|
||||
jsonTTL: 5m
|
||||
pcapTTL: 10s
|
||||
pcapErrorTTL: 60s
|
||||
logs:
|
||||
file: ""
|
||||
kube:
|
||||
|
Reference in New Issue
Block a user