We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f497d commit b0a455aCopy full SHA for b0a455a
installer/helm/iam/templates/apiserver/service.yaml
@@ -43,7 +43,7 @@ spec:
43
protocol: TCP
44
- name: grpc
45
port: {{ .Values.apiServer.service.ports.grpc }}
46
- targetPort: https
+ targetPort: grpc
47
{{- if (and (or (eq .Values.apiServer.service.type "NodePort") (eq .Values.apiServer.service.type "LoadBalancer")) (not (empty .Values.apiServer.service.nodePorts.grpc))) }}
48
nodePort: {{ .Values.apiServer.service.nodePorts.grpc }}
49
{{- end }}
0 commit comments