Skip to content

Commit 4429413

Browse files
author
Leonid Podolinskiy
authored
change default metrics service port (#28)
remove leftover from kube-proxy
1 parent 05a4925 commit 4429413

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

helm-chart/templates/proxy-rbac.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

helm-chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ managerConfig:
6969
# -- Metrics service for prometheus compatible poller
7070
metricsService:
7171
ports:
72-
- name: https
73-
port: 8443
72+
- name: http
73+
port: 8080
7474
protocol: TCP
75-
targetPort: 8443
75+
targetPort: 8080
7676
type: ClusterIP
7777

7878
## Comment out if you want to use Release name as prefix to the resource naming

0 commit comments

Comments
 (0)