Added new port for basketapi

This commit is contained in:
Tim McCarthy 2020-02-19 09:32:48 -08:00
parent 7ba618829a
commit 48cb82936d

View File

@ -34,6 +34,10 @@ objects:
value: ${REDIS_HOSTNAME} value: ${REDIS_HOSTNAME}
- name: EventBusConnection - name: EventBusConnection
value: ${RABBITMQ_HOSTNAME} value: ${RABBITMQ_HOSTNAME}
- name: PORT
value: 8080
- name: GRPC_PORT
value: 5001
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}
@ -72,6 +76,10 @@ objects:
port: 8080 port: 8080
protocol: TCP protocol: TCP
targetPort: 8080 targetPort: 8080
- name: 5001-tcp
port: 5001
protocol: TCP
targetPort: 5001
selector: selector:
app: ${APPLICATION_NAME} app: ${APPLICATION_NAME}
deploymentconfig: ${APPLICATION_NAME} deploymentconfig: ${APPLICATION_NAME}