Skip to content

Commit fa4faad

Browse files
authored
Merge pull request #729 from hidekazuna/remove_unnecessary_field
🏃Remove unnecessary field in manager.yaml
2 parents 8f51aa2 + 2c5f549 commit fa4faad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ spec:
1515
metadata:
1616
labels:
1717
control-plane: capo-controller-manager
18-
annotations:
19-
prometheus.io/scrape: 'true'
2018
spec:
2119
containers:
2220
- args:
@@ -29,9 +27,6 @@ spec:
2927
- containerPort: 9440
3028
name: healthz
3129
protocol: TCP
32-
- containerPort: 8080
33-
name: metrics
34-
protocol: TCP
3530
readinessProbe:
3631
httpGet:
3732
path: /readyz

0 commit comments

Comments
 (0)