imfreedom/k8s-cluster

Increase the resources for memcached as well

15 months ago, Gary Kramlich
01d8411b00f0
Parents 6eb43a49ff31
Children fa33056fac38
Increase the resources for memcached as well
--- a/50-reviews.imfreedom.org/memcached/manifest.yaml Wed Jan 11 18:19:36 2023 -0600
+++ b/50-reviews.imfreedom.org/memcached/manifest.yaml Wed Jan 11 19:09:11 2023 -0600
@@ -65,11 +65,11 @@
containerPort: 11211
resources:
limits:
- cpu: 50m
- memory: 256Mi
+ cpu: 200m
+ memory: 512Mi
requests:
- cpu: 10m
- memory: 128Mi
+ cpu: 100m
+ memory: 256Mi
securityContext:
fsGroup: 11211
runAsUser: 11211