per provider container defaults
parent
b13a4aa02f
commit
0bb10ea0a2
|
|
@ -23,12 +23,12 @@ Parameters:
|
|||
Default: 80
|
||||
Description: What port number the application inside the docker container is binding to
|
||||
ContainerCpu:
|
||||
Type: String
|
||||
Default: '1024'
|
||||
Type: Number
|
||||
Default: 1024
|
||||
Description: How much CPU to give the container. 1024 is 1 CPU
|
||||
ContainerMemory:
|
||||
Type: String
|
||||
Default: '2048'
|
||||
Type: Number
|
||||
Default: 2048
|
||||
Description: How much memory in megabytes to give the container
|
||||
BUILDGUID:
|
||||
Type: String
|
||||
|
|
|
|||
|
|
@ -23,12 +23,12 @@ Parameters:
|
|||
Default: 80
|
||||
Description: What port number the application inside the docker container is binding to
|
||||
ContainerCpu:
|
||||
Type: String
|
||||
Default: '1024'
|
||||
Type: Number
|
||||
Default: 1024
|
||||
Description: How much CPU to give the container. 1024 is 1 CPU
|
||||
ContainerMemory:
|
||||
Type: String
|
||||
Default: '2048'
|
||||
Type: Number
|
||||
Default: 2048
|
||||
Description: How much memory in megabytes to give the container
|
||||
BUILDGUID:
|
||||
Type: String
|
||||
|
|
|
|||
Loading…
Reference in New Issue