jiangpengcheng commented on issue #3232: Making prewarm kind (and count) 
configurable
URL: 
https://github.com/apache/incubator-openwhisk/pull/3232#issuecomment-376820108
 
 
   Hi @rabbah , do you mean adding an additional property in 
`runtime.manifests` ?
   
   after that the `runtime.manifests` will be like:
   
   ```json
   {
       "runtimes": {
           "nodejs": [
               {
                   "kind": "nodejs",
                   "image": {
                       "name": "nodejsaction"
                   },
                   "deprecated": true,
                   "stemCells": [{"memory": 256, "count": 1}, {"memory": 512, 
"count": 1}]
               }
           ]
       }
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to