We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e3d97 commit 822ae06Copy full SHA for 822ae06
config/default/manager_prometheus_metrics_patch.yaml
@@ -11,9 +11,9 @@ spec:
11
prometheus.io/scrape: 'true'
12
spec:
13
containers:
14
- Expose the prometheus metrics on default port
+ # Expose the prometheus metrics on default port
15
- name: manager
16
ports:
17
- containerPort: 8080
18
- name: metrics2
+ name: metrics
19
protocol: TCP
config/manager/manager.yaml
@@ -33,7 +33,7 @@ spec:
33
name: healthz
34
35
- containerPort: 8443
36
- name: metrics-2
37
38
readinessProbe:
39
httpGet:
0 commit comments