Skip to content

Commit

Permalink
Remove headless metrics Service port
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevo Slavić committed Jan 17, 2020
1 parent 45ab2af commit d066444
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
clusterIP: None
ports:
- name: metrics
port: {{ .Values.controller.metrics.service.servicePort }}
targetPort: metrics
selector:
k8s-app: {{ .Values.controller.k8sAppLabel }}
Expand Down
3 changes: 0 additions & 3 deletions helm/nginx-ingress-controller-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ controller:
enabled: false
port: 10254

service:
servicePort: 9913

resources:
requests:
cpu: 500m
Expand Down

0 comments on commit d066444

Please sign in to comment.