imfreedom/k8s-cluster

Add some limits to bamboo-postgres

2019-05-09, Gary Kramlich
3a2a0bbbd69a
Parents 5669b461ec0d
Children 40778c176bb7
Add some limits to bamboo-postgres
--- a/50-bamboo.pidgin.im.yaml Thu May 09 06:48:41 2019 -0500
+++ b/50-bamboo.pidgin.im.yaml Thu May 09 07:02:52 2019 -0500
@@ -56,6 +56,13 @@
secretKeyRef:
name: bamboo-postgres
key: db
+ resources:
+ limits:
+ cpu: 200m
+ memory: 256Mi
+ requests:
+ cpu: 100m
+ memory: 128Mi
ports:
- containerPort: 5432
volumeMounts: