imfreedom/k8s-cluster

Parents 1bfc56ec5ec5
Children 817e690a65e9
lower the cpu on bamboo just a tad to make sure that the kube-system stuff can run on the same node
--- a/50-bamboo.pidgin.im.yaml Fri May 24 23:08:35 2019 -0500
+++ b/50-bamboo.pidgin.im.yaml Fri May 24 23:10:51 2019 -0500
@@ -1,3 +1,13 @@
+# This manifest deploys bamboo and postgres for it.
+#
+# Postgres is comprised of a service, a deployment (1 replica), a persistent
+# volume claim (1Gi), and a secret which is contained elsewhere.
+#
+# Bamboo is comprised of a certificate, an ingress, two services (http, agent),
+# a deployment, and a persistent volume claim (5Gi). The ingress points to the
+# http service, while a separate configuration is (90-ingress.yaml) points to
+# the agent service.
+---
apiVersion: v1
kind: Service
metadata:
@@ -205,7 +215,7 @@
cpu: 1
memory: 1792Mi
requests:
- cpu: 1
+ cpu: 750m
memory: 1536Mi
volumeMounts:
- mountPath: /bamboo