mirror of
https://github.com/ebosas/microservices.git
synced 2024-11-24 08:02:24 +02:00
Create pipeline with separate builds
This commit is contained in:
parent
6293af504a
commit
5915b48e81
@ -9,10 +9,10 @@ Parameters:
|
||||
Type: String
|
||||
Default: cache
|
||||
Description: A name for the service
|
||||
ImageUrl:
|
||||
Type: String
|
||||
Description: The url of a docker image that contains the application process that
|
||||
will handle the traffic for this service
|
||||
# ImageUrl:
|
||||
# Type: String
|
||||
# Description: The url of a docker image that contains the application process that
|
||||
# will handle the traffic for this service
|
||||
ContainerCpu:
|
||||
Type: Number
|
||||
Default: 256
|
||||
|
@ -9,10 +9,10 @@ Parameters:
|
||||
Type: String
|
||||
Default: database
|
||||
Description: A name for the service
|
||||
ImageUrl:
|
||||
Type: String
|
||||
Description: The url of a docker image that contains the application process that
|
||||
will handle the traffic for this service
|
||||
# ImageUrl:
|
||||
# Type: String
|
||||
# Description: The url of a docker image that contains the application process that
|
||||
# will handle the traffic for this service
|
||||
ContainerCpu:
|
||||
Type: Number
|
||||
Default: 256
|
||||
|
@ -9,10 +9,10 @@ Parameters:
|
||||
Type: String
|
||||
Default: server
|
||||
Description: A name for the service
|
||||
ImageUrl:
|
||||
Type: String
|
||||
Description: The url of a docker image that contains the application process that
|
||||
will handle the traffic for this service
|
||||
# ImageUrl:
|
||||
# Type: String
|
||||
# Description: The url of a docker image that contains the application process that
|
||||
# will handle the traffic for this service
|
||||
ContainerPort:
|
||||
Type: Number
|
||||
Default: 80
|
||||
|
Loading…
Reference in New Issue
Block a user