Added quotes arount the port environment variables

This commit is contained in:
Tim McCarthy 2020-02-19 10:14:49 -08:00
parent c812d9aa69
commit dabdae2888

View File

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