mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-03 09:46:32 +00:00
Add DUPLICATE_TIMEFRAME
field to ConfigMap
(#1561)
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
parent
a16f818bdf
commit
01656b6c78
@ -155,6 +155,7 @@ type MiscConfig struct {
|
|||||||
TcpStreamChannelTimeoutShow bool `yaml:"tcpStreamChannelTimeoutShow" json:"tcpStreamChannelTimeoutShow" default:"false"`
|
TcpStreamChannelTimeoutShow bool `yaml:"tcpStreamChannelTimeoutShow" json:"tcpStreamChannelTimeoutShow" default:"false"`
|
||||||
ResolutionStrategy string `yaml:"resolutionStrategy" json:"resolutionStrategy" default:"auto"`
|
ResolutionStrategy string `yaml:"resolutionStrategy" json:"resolutionStrategy" default:"auto"`
|
||||||
Profile bool `yaml:"profile" json:"profile" default:"false"`
|
Profile bool `yaml:"profile" json:"profile" default:"false"`
|
||||||
|
DuplicateTimeframe string `yaml:"duplicateTimeframe" json:"duplicateTimeframe" default:"200ms"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type TapConfig struct {
|
type TapConfig struct {
|
||||||
|
@ -39,4 +39,5 @@ data:
|
|||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{ .Values.cloudLicenseEnabled }}
|
{{ .Values.cloudLicenseEnabled }}
|
||||||
{{- end }}'
|
{{- end }}'
|
||||||
|
DUPLICATE_TIMEFRAME: '{{ .Values.tap.misc.duplicateTimeframe }}'
|
||||||
|
|
||||||
|
@ -124,6 +124,7 @@ tap:
|
|||||||
tcpStreamChannelTimeoutShow: false
|
tcpStreamChannelTimeoutShow: false
|
||||||
resolutionStrategy: auto
|
resolutionStrategy: auto
|
||||||
profile: false
|
profile: false
|
||||||
|
duplicateTimeframe: 200ms
|
||||||
logs:
|
logs:
|
||||||
file: ""
|
file: ""
|
||||||
grep: ""
|
grep: ""
|
||||||
|
@ -246,6 +246,7 @@ data:
|
|||||||
PCAP_ERROR_TTL: '60s'
|
PCAP_ERROR_TTL: '60s'
|
||||||
TIMEZONE: ' '
|
TIMEZONE: ' '
|
||||||
CLOUD_LICENSE_ENABLED: 'true'
|
CLOUD_LICENSE_ENABLED: 'true'
|
||||||
|
DUPLICATE_TIMEFRAME: '200ms'
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/02-cluster-role.yaml
|
# Source: kubeshark/templates/02-cluster-role.yaml
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
Loading…
Reference in New Issue
Block a user