Skip to content

Commit

Permalink
add 'http' label to kurl-proxy-kotsadm service port (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Jan 17, 2024
1 parent ce00790 commit eb8a3e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/kurl-proxy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
selector:
app: kurl-proxy-kotsadm
ports:
- port: {{ .Values.kurlProxy.targetPort }}
- name: http
port: {{ .Values.kurlProxy.targetPort }}
targetPort: {{ .Values.kurlProxy.targetPort }}
{{- if .Values.kurlProxy.nodePort }}
nodePort: {{ .Values.kurlProxy.nodePort }}
Expand Down

0 comments on commit eb8a3e7

Please sign in to comment.