wso2 / pivotal-cf-apim

Apache License 2.0
35 stars 13 forks source link

Add minimum defaults to resource configuration #102

Closed VimukthiPerera closed 4 years ago

VimukthiPerera commented 5 years ago

Description: The followings are the current resource configurations to the tile.

    memory: 4096
    ephemeral_disk: 4096
    persistent_disk: 16384
    cpu: 2
    static_ip: 1

These are very high values and as they are given in the tile yaml, even though the user need to reduce them, it is not possible as they are set as minimum defaults.

chirangaalwis commented 4 years ago

Fixed in https://github.com/wso2/pivotal-cf-apim/pull/103.