-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove some deprecated parameters and add a few extra #763
Conversation
openshift/apicast-template.yml
Outdated
@@ -122,6 +120,10 @@ parameters: | |||
value: apicast | |||
name: APICAST_NAME | |||
required: true | |||
- description: "Number of worker processes to start." | |||
value: "1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would actually cripple the deployment to 1 worker instead of automatically detecting available CPUs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to leave APICAST_WORKERS empty, so it automatically detects number of available CPU cores.
da9b21f
to
ff59ca1
Compare
@mikz I opened an issue here to not forget about it: https://issues.jboss.org/browse/THREESCALE-1073 |
Thank you @mayorova! 👍 |
Also this makes it closer to the productized template.