imfreedom/k8s-cluster

Double the cpu and ram for reviews-postgres

15 months ago, Gary Kramlich
c3f9d8a7249e
Parents a855f6b1bc55
Children 6eb43a49ff31
Double the cpu and ram for reviews-postgres
--- a/50-reviews.imfreedom.org/postgres/manifest.yaml Thu Dec 22 03:44:41 2022 -0600
+++ b/50-reviews.imfreedom.org/postgres/manifest.yaml Wed Jan 11 18:16:49 2023 -0600
@@ -77,11 +77,11 @@
containerPort: 5432
resources:
limits:
+ cpu: 400m
+ memory: 512Mi
+ requests:
cpu: 200m
memory: 256Mi
- requests:
- cpu: 100m
- memory: 128Mi
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: reviews-postgres