Skip to content

Commit

Permalink
Fixed grpcService
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFriedhoff authored Jan 19, 2024
1 parent 437f924 commit b184b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apigateway/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ spec:
- containerPort: {{ int .Values.apigw.runtimeExternalPort }}
name: external-http
protocol: TCP
{{- if .Values.global.grpcEnabled }}
{{- if .Values.grpcService.enabled }}
- containerPort: {{ int .Values.apigw.grpcPort }}
name: grpc-http
protocol: TCP
{{- end }}
{{- end }}
{{- if .Values.extraPorts }}
{{- toYaml .Values.extraPorts | nindent 10 }}
{{- end }}
Expand Down

0 comments on commit b184b0d

Please sign in to comment.