cloudfoundry-incubator / kubecf

Cloud Foundry on Kubernetes
Apache License 2.0
115 stars 62 forks source link

fix: Check for HA as part of estimating max app count. #1591

Closed andreas-kupries closed 4 years ago

andreas-kupries commented 4 years ago

Description

Replaced fixed value of 1 with a ternary returning either 1 or 3 based on the HA flag.

Motivation and Context

See #1479

How Has This Been Tested?

Local minikube. Deploy only as far as needed to see the NOTES.txt in the terminal.

Types of changes

Checklist: