Skip to content

Commit 7789ab7

Browse files
authored
mintmaker: enable profiling in staging (#7609)
1 parent e096eb6 commit 7789ab7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/mintmaker/staging/base/manager_patch.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ spec:
88
spec:
99
containers:
1010
- name: manager
11+
args:
12+
- --metrics-bind-address=:8080
13+
- --health-probe-bind-address=:8081
14+
- --metrics-secure=false
15+
- --pprof-bind-address=:6060
1116
resources:
1217
limits:
1318
cpu: 500m
1419
memory: 2048Mi
1520
requests:
1621
cpu: 100m
1722
memory: 256Mi
23+
env:
24+
- name: ENABLE_PROFILING
25+
value: true

0 commit comments

Comments
 (0)