Skip to content

Commit b0a455a

Browse files
committed
update iam helm
1 parent d6f497d commit b0a455a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/helm/iam/templates/apiserver/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
protocol: TCP
4444
- name: grpc
4545
port: {{ .Values.apiServer.service.ports.grpc }}
46-
targetPort: https
46+
targetPort: grpc
4747
{{- if (and (or (eq .Values.apiServer.service.type "NodePort") (eq .Values.apiServer.service.type "LoadBalancer")) (not (empty .Values.apiServer.service.nodePorts.grpc))) }}
4848
nodePort: {{ .Values.apiServer.service.nodePorts.grpc }}
4949
{{- end }}

0 commit comments

Comments
 (0)