Skip to content

Commit

Permalink
explicit protocol selection with appProtocol
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Liao <sean@liao.dev>
  • Loading branch information
seankhliao committed Aug 15, 2024
1 parent aad8454 commit 4da5870
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 4da5870

Please sign in to comment.