Skip to content

Commit 7f3a7c4

Browse files
authored
mintmaker: enable profiling in stone-prod-p02 (#7622)
1 parent b7e62f7 commit 7f3a7c4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

components/mintmaker/production/stone-prod-p02/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ patches:
1010
group: external-secrets.io
1111
version: v1beta1
1212
kind: ExternalSecret
13+
- path: manager_patch.yaml
1314

1415
components:
1516
- ../../components/rh-certs
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: controller-manager
5+
namespace: system
6+
spec:
7+
template:
8+
spec:
9+
containers:
10+
- name: manager
11+
args:
12+
- --metrics-bind-address=:8080
13+
- --health-probe-bind-address=:8081
14+
- --metrics-secure=false
15+
- --pprof-bind-address=:6060
16+
env:
17+
- name: ENABLE_PROFILING
18+
value: "true"

0 commit comments

Comments
 (0)