@crossdelta/infrastructure 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -325,7 +325,7 @@ function deployNginxIngress(provider, config = {}) {
325
325
  },
326
326
  "proxy-buffer-size": "16k",
327
327
  "worker-processes": "auto",
328
- "keep-alive": "75",
328
+ "keep-alive": "55",
329
329
  ...config.nginxConfig
330
330
  },
331
331
  admissionWebhooks: {
package/dist/index.js CHANGED
@@ -231,7 +231,7 @@ function deployNginxIngress(provider, config = {}) {
231
231
  },
232
232
  "proxy-buffer-size": "16k",
233
233
  "worker-processes": "auto",
234
- "keep-alive": "75",
234
+ "keep-alive": "55",
235
235
  ...config.nginxConfig
236
236
  },
237
237
  admissionWebhooks: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/infrastructure",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {