@flowfuse/driver-kubernetes
Advanced tools
Comparing version 2.3.1-45571e0-202404111521.0 to 2.3.1-7a8c55e-202404151501.0
@@ -274,3 +274,4 @@ const got = require('got') | ||
localPod.spec.containers[0].resources.requests.memory = `${stack.memory}Mi` | ||
localPod.spec.containers[0].resources.limits.memory = `${stack.memory}Mi` | ||
// increase limit to give npm more room to run in | ||
localPod.spec.containers[0].resources.limits.memory = `${parseInt(stack.memory) + 128}Mi` | ||
localPod.spec.containers[0].resources.requests.cpu = `${stack.cpu * 10}m` | ||
@@ -914,2 +915,3 @@ localPod.spec.containers[0].resources.limits.cpu = `${stack.cpu * 10}m` | ||
settings.userDir = 'data' | ||
settings.healthCheckInterval = await project.getSetting('healthCheckInterval') | ||
@@ -916,0 +918,0 @@ return settings |
{ | ||
"name": "@flowfuse/driver-kubernetes", | ||
"version": "2.3.1-45571e0-202404111521.0", | ||
"version": "2.3.1-7a8c55e-202404151501.0", | ||
"description": "Kubernetes driver for FlowFuse", | ||
@@ -5,0 +5,0 @@ "main": "kubernetes.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62627
973