Skip to content

Commit

Permalink
Replace pprof enabled value with false
Browse files Browse the repository at this point in the history
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Sep 13, 2024
1 parent 6002713 commit 31dcb9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/forwarder-vpp/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: NSM_PPROF_ENABLED
value: "true"
value: "false"
- name: NSM_PPROF_LISTEN_ON
value: "localhost:6060"
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion apps/nsmgr/nsmgr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: NSM_LOG_LEVEL
value: INFO
- name: NSM_PPROF_ENABLED
value: "true"
value: "false"
- name: NSM_PPROF_LISTEN_ON
value: "localhost:6060"
- name: NSM_REGISTRY_URL
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-k8s/registry-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: NSM_PROXY_REGISTRY_URL
value: nsmgr-proxy:5004
- name: NSM_PPROF_ENABLED
value: "true"
value: "false"
- name: NSM_PPROF_LISTEN_ON
value: "localhost:6060"
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 31dcb9d

Please sign in to comment.