🔥 Delete enabling profiler of the worker

This commit is contained in:
M. Mert Yildiran 2023-10-13 01:58:31 +03:00
parent 78481d4bcc
commit 9cdf1aa68b
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -52,15 +52,6 @@ spec:
envFrom:
- secretRef:
name: kubeshark-secret
{{- if .Values.tap.debug }}
env:
- name: PROFILING_ENABLED
value: "true"
- name: PROFILING_DUMP_PATH
value: "pprof"
- name: PROFILING_INTERVAL_SECONDS
value: "60"
{{- end }}
resources:
limits:
cpu: {{ .Values.tap.resources.worker.limits.cpu }}