Skip to content

Commit fc7ea84

Browse files
authored
Merge pull request #458 from frobware/disable-profile-port-v3
2 parents 01b21a1 + 9bb7c45 commit fc7ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/bpfman-deployment/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
command: [/bpfman-agent]
117117
args:
118118
- --health-probe-bind-address=:8175
119-
- --profiling-bind-address=:6060
119+
# - --profiling-bind-address=:6060
120120
image: quay.io/bpfman/bpfman-agent:latest
121121
securityContext:
122122
privileged: true

0 commit comments

Comments
 (0)