Browse Source

Added quotes arount the port environment variables

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

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

@ -35,9 +35,9 @@ objects:
- name: EventBusConnection
value: ${RABBITMQ_HOSTNAME}
- name: PORT
value: 8080
value: "8080"
- name: GRPC_PORT
value: 5001
value: "8081"
image: docker-registry.default.svc:5000/${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest
imagePullPolicy: Always
name: ${APPLICATION_NAME}


Loading…
Cancel
Save