Updated gRPC port to 8081

This commit is contained in:
Tim McCarthy 2020-02-19 09:34:23 -08:00
parent 48cb82936d
commit c812d9aa69

View File

@ -76,10 +76,10 @@ objects:
port: 8080
protocol: TCP
targetPort: 8080
- name: 5001-tcp
port: 5001
- name: 8081-tcp-grpc
port: 8081
protocol: TCP
targetPort: 5001
targetPort: 8081
selector:
app: ${APPLICATION_NAME}
deploymentconfig: ${APPLICATION_NAME}