Skip to content

Commit

Permalink
Merge pull request #1540 from seankhliao/master
Browse files Browse the repository at this point in the history
explicit protocol selection with appProtocol
  • Loading branch information
k8s-ci-robot authored Sep 10, 2024
2 parents bb44be1 + 4da5870 commit 2cad58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/metrics-server/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ spec:
port: {{ .Values.service.port }}
protocol: TCP
targetPort: https
appProtocol: https
selector:
{{- include "metrics-server.selectorLabels" . | nindent 4 }}
1 change: 1 addition & 0 deletions manifests/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spec:
port: 443
protocol: TCP
targetPort: https
appProtocol: https

0 comments on commit 2cad58f

Please sign in to comment.