Added new port for basketapi
This commit is contained in:
		
							parent
							
								
									7ba618829a
								
							
						
					
					
						commit
						48cb82936d
					
				| @ -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} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user