appsody / appsody-operator

An Operator for deploying Appsody based applications to Kubernetes. This repo will be archived soon.
Apache License 2.0
18 stars 15 forks source link

Fixes auto-scaling issue + optional CRDs check + release 0.4.1 #254

Closed leochr closed 4 years ago

leochr commented 4 years ago

Signed-off-by: leochr leojc@ca.ibm.com

What this PR does / why we need it?:

Fixes the following issues:

Does this PR introduce a user-facing change?

Which issue(s) this PR fixes:

Fixes #

iamnogada commented 4 years ago

With Appsody 0.4.1. I increased instance to 2 but it reverted to one

image

leochr commented 4 years ago

@iamnogada The resources created and managed by Appsody Operator should not be modified directly. Operator continuously watches to ensure that they are in the desired state specified in AppsodyApplication CR.

Specify your settings in AppsodyApplication (app-deploy.yaml).