@flowfuse/driver-kubernetes
Advanced tools
Comparing version 2.3.1-45571e0-202404111521.0 to 2.3.1-8b37a47-202404121245.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` | ||
@@ -277,0 +278,0 @@ localPod.spec.containers[0].resources.limits.cpu = `${stack.cpu * 10}m` |
{ | ||
"name": "@flowfuse/driver-kubernetes", | ||
"version": "2.3.1-45571e0-202404111521.0", | ||
"version": "2.3.1-8b37a47-202404121245.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
62540
972
6
10
2
93