Skip to content

Commit

Permalink
use grpc appProtocol for grpc port instead of tcp
Browse files Browse the repository at this point in the history
Signed-off-by: noahjax <noah.jackson@dominodatalab.com>
  • Loading branch information
noahjax committed Apr 26, 2024
1 parent f4be37e commit bbcefcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flyte-core/templates/admin/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- name: grpc
port: 81
protocol: TCP
appProtocol: TCP
appProtocol: grpc
targetPort: 8089
- name: redoc
protocol: TCP
Expand Down

0 comments on commit bbcefcd

Please sign in to comment.