imfreedom/k8s-cluster

fa33056fac38
Parents 01d8411b00f0
Children c01b0bb9a3bd
increase the resources for trac in the hopes it stops crashing
--- a/50-developer.pidgin.im/postgres/manifest.yaml Wed Jan 11 19:09:11 2023 -0600
+++ b/50-developer.pidgin.im/postgres/manifest.yaml Sat Jan 14 04:06:28 2023 -0600
@@ -75,11 +75,11 @@
key: db
resources:
limits:
- cpu: 200m
- memory: 256Mi
+ cpu: 500m
+ memory: 512Mi
requests:
- cpu: 100m
- memory: 128Mi
+ cpu: 250m
+ memory: 256Mi
ports:
- containerPort: 5432
volumeMounts:
--- a/50-developer.pidgin.im/trac/manifest.yaml Wed Jan 11 19:09:11 2023 -0600
+++ b/50-developer.pidgin.im/trac/manifest.yaml Sat Jan 14 04:06:28 2023 -0600
@@ -176,10 +176,10 @@
resources:
limits:
cpu: 750m
- memory: 256Mi
+ memory: 512Mi
requests:
cpu: 500m
- memory: 128Mi
+ memory: 256Mi
ports:
- containerPort: 5432
volumeMounts: