mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-06 04:48:40 +00:00
⚡ Enable profiling in the worker when debug
is enabled
This commit is contained in:
parent
2c8f2e903f
commit
9e6af8c0bc
@ -48,6 +48,15 @@ spec:
|
|||||||
image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.tag }}'
|
image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.tag }}'
|
||||||
imagePullPolicy: {{ .Values.tap.docker.imagepullpolicy }}
|
imagePullPolicy: {{ .Values.tap.docker.imagepullpolicy }}
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
|
{{- if .Values.tap.debug }}
|
||||||
|
env:
|
||||||
|
- name: PROFILING_ENABLED
|
||||||
|
value: "true"
|
||||||
|
- name: PROFILING_DUMP_PATH
|
||||||
|
value: "pprof"
|
||||||
|
- name: PROFILING_INTERVAL_SECONDS
|
||||||
|
value: "10"
|
||||||
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: {{ .Values.tap.resources.worker.limits.cpu }}
|
cpu: {{ .Values.tap.resources.worker.limits.cpu }}
|
||||||
|
Loading…
Reference in New Issue
Block a user