imfreedom/k8s-cluster

half the trac postgress resources

13 months ago, Gary Kramlich
ad04756f6ef2
Parents c59a9e30c802
Children 5e0f351f8ee3
half the trac postgress resources

Trac hasn't had any issues with stability since we redirected all of the issues,
so lowering this shouldn't be a big deal.
--- a/50-developer.pidgin.im/postgres/manifest.yaml Tue Mar 14 22:03:26 2023 -0500
+++ b/50-developer.pidgin.im/postgres/manifest.yaml Tue Mar 14 22:12:30 2023 -0500
@@ -75,11 +75,11 @@
key: db
resources:
limits:
- cpu: 500m
- memory: 512Mi
- requests:
cpu: 250m
memory: 256Mi
+ requests:
+ cpu: 125m
+ memory: 128Mi
ports:
- containerPort: 5432
volumeMounts: