diff --git a/config/index.js b/config/index.js index 9a84b8c89c..e77e5b60ee 100644 --- a/config/index.js +++ b/config/index.js @@ -2,7 +2,7 @@ var path = require('path') module.exports = { app: { - apolloBatching: true, + apolloBatching: false, host: 'www.kiva.org', transport: 'https', publicPath: 'https://www-kiva-org.freetls.fastly.net/ui/', diff --git a/deploy/charts/values.yaml b/deploy/charts/values.yaml index a31fbac713..66456c2b81 100644 --- a/deploy/charts/values.yaml +++ b/deploy/charts/values.yaml @@ -91,3 +91,5 @@ configmap: value: "kiva-ui" - key: DD_PROFILING_ENABLED value: true + - key: APOLLO_BATCH + value: "false"