sciabarracom opened a new issue, #131: URL: https://github.com/apache/openserverless/issues/131
## Why you need it? OpenServerless is useful also in limited environment like a single virtual machiie or even docker. Unfortunately the default are pretty big, resulting in an installation requiring lot of memory and CPU ## How it could be? Add an option "slim" that when enabled will guide the operator in deploying the mininimal possibile environment. The slim option can be global or local, enabled service by service. When "slim" true we should have this effect: - openwhisk slim will deploy the standalone (or better, the normal openwhisk configured as a single instance, not deploying kafka/zookeeper and with the factories to use a single controller/invoker instance) - postgres slim will deploy a single instance of postgres, without the operator for backup - milvus slim will deploy a single instance of milvus and etcd we do not neet the pulsar stuff ## Other related information OpenWhisk standaone is essentiall openwhisk configured with factories and the special lean configuration is available in the sources. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org