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 port: 8080
protocol: TCP protocol: TCP
targetPort: 8080 targetPort: 8080
- name: 5001-tcp - name: 8081-tcp-grpc
port: 5001 port: 8081
protocol: TCP protocol: TCP
targetPort: 5001 targetPort: 8081
selector: selector:
app: ${APPLICATION_NAME} app: ${APPLICATION_NAME}
deploymentconfig: ${APPLICATION_NAME} deploymentconfig: ${APPLICATION_NAME}