Skip to content

Commit 822ae06

Browse files
committed
Removed a temporary change to config YAMLs
Signed-off-by: Mohamed Belgaied Hassine <[email protected]>
1 parent 23e3d97 commit 822ae06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/default/manager_prometheus_metrics_patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ spec:
1111
prometheus.io/scrape: 'true'
1212
spec:
1313
containers:
14-
Expose the prometheus metrics on default port
14+
# Expose the prometheus metrics on default port
1515
- name: manager
1616
ports:
1717
- containerPort: 8080
18-
name: metrics2
18+
name: metrics
1919
protocol: TCP

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
name: healthz
3434
protocol: TCP
3535
- containerPort: 8443
36-
name: metrics-2
36+
name: metrics
3737
protocol: TCP
3838
readinessProbe:
3939
httpGet:

0 commit comments

Comments
 (0)