imfreedom/k8s-cluster

Tighten up some more resources

2019-05-09, Gary Kramlich
40778c176bb7
Parents 3a2a0bbbd69a
Children 68e2d3d33f7f
Tighten up some more resources
--- a/50-imfreedom.org.yaml Thu May 09 07:02:52 2019 -0500
+++ b/50-imfreedom.org.yaml Thu May 09 07:06:28 2019 -0500
@@ -89,10 +89,10 @@
- containerPort: 80
resources:
limits:
- cpu: 200m
- memory: 128Mi
- requests:
cpu: 100m
memory: 96Mi
+ requests:
+ cpu: 50m
+ memory: 64Mi
---
--- a/50-reaperworld.com.yaml Thu May 09 07:02:52 2019 -0500
+++ b/50-reaperworld.com.yaml Thu May 09 07:06:28 2019 -0500
@@ -91,10 +91,10 @@
- containerPort: 80
resources:
limits:
- cpu: 200m
- memory: 128Mi
- requests:
cpu: 100m
memory: 96Mi
+ requests:
+ cpu: 50m
+ memory: 64Mi
---