Browse Source

Updated gRPC port to 8081

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
c812d9aa69
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      deploy/aro/openshift-templates/basketapi-deploy-template.yml

+ 3
- 3
deploy/aro/openshift-templates/basketapi-deploy-template.yml 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}


Loading…
Cancel
Save