imfreedom/k8s-cluster

lower the resources for reaperworld.com

2020-01-27, Gary Kramlich
15bd1958a82e
Parents ad9548cab441
Children 976167f5e034
lower the resources for reaperworld.com
--- a/50-reaperworld.com.yaml Tue Jan 21 20:57:14 2020 -0600
+++ b/50-reaperworld.com.yaml Mon Jan 27 08:32:45 2020 -0600
@@ -123,9 +123,9 @@
- containerPort: 3000
resources:
limits:
- cpu: 100m
+ cpu: 50m
memory: 96Mi
requests:
- cpu: 50m
+ cpu: 10m
memory: 64Mi
---