imfreedom/k8s-cluster

Lower the resources for trac

12 months ago, Gary Kramlich
5e0f351f8ee3
Parents ad04756f6ef2
Children 0da19d0a94a3
Lower the resources for trac

We haven't had any stability issues with trac since we redirected the issues,
so we're going to lower the resources to reflect that and hopefully bring them
down a bit more over time.
--- a/50-developer.pidgin.im/trac/manifest.yaml Tue Mar 14 22:12:30 2023 -0500
+++ b/50-developer.pidgin.im/trac/manifest.yaml Tue Mar 14 22:13:49 2023 -0500
@@ -197,11 +197,11 @@
env:
resources:
limits:
- cpu: 750m
- memory: 512Mi
+ cpu: 250m
+ memory: 256Mi
requests:
- cpu: 500m
- memory: 256Mi
+ cpu: 125m
+ memory: 128Mi
ports:
- containerPort: 5432
volumeMounts: