Browse Source

Added grpc container port

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

+ 2
- 0
deploy/aro/openshift-templates/basketapi-deploy-template.yml View File

@ -44,6 +44,8 @@ objects:
ports:
- containerPort: 8080
protocol: TCP
- containerPort: 8081
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File


Loading…
Cancel
Save