This PR addresses the complaints of slow re-rendering of documents on MDN. I've realized from re-rendering large numbers of documents, that the number of api pods should match the number of kumascript pods, so this PR increases the number of api replicas to match kumascript.
Fixes #421
This PR addresses the complaints of slow re-rendering of documents on MDN. I've realized from re-rendering large numbers of documents, that the number of
api
pods should match the number ofkumascript
pods, so this PR increases the number ofapi
replicas to matchkumascript
.