mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-07 09:47:19 +00:00
59 lines
952 B
YAML
59 lines
952 B
YAML
tap:
|
|
docker:
|
|
registry: docker.io/kubeshark
|
|
tag: latest
|
|
imagepullpolicy: Always
|
|
imagepullsecrets: []
|
|
proxy:
|
|
worker:
|
|
port: 8897
|
|
srvport: 8897
|
|
hub:
|
|
port: 8898
|
|
srvport: 80
|
|
front:
|
|
port: 8899
|
|
srvport: 80
|
|
host: 127.0.0.1
|
|
regex: .*
|
|
namespaces: []
|
|
allnamespaces: true
|
|
selfnamespace: kubeshark
|
|
storagelimit: 200MB
|
|
dryrun: false
|
|
pcap: ""
|
|
resources:
|
|
worker:
|
|
limits:
|
|
cpu: 750m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 50Mi
|
|
hub:
|
|
limits:
|
|
cpu: 750m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 50Mi
|
|
servicemesh: true
|
|
tls: true
|
|
packetcapture: libpcap
|
|
ignoreTainted: false
|
|
resourceLabels: {}
|
|
nodeSelectorTerms: []
|
|
debug: false
|
|
logs:
|
|
file: ""
|
|
kube:
|
|
configpath: ""
|
|
context: ""
|
|
dumplogs: false
|
|
headless: false
|
|
license: ""
|
|
scripting:
|
|
env: {}
|
|
source: ""
|
|
watchScripts: true
|