From a2420f19c95e27216c7d76c302c76d878cb56c84 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sat, 2 Oct 2021 16:18:48 -0800 Subject: [PATCH] Update deployment --- deployment.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deployment.yml b/deployment.yml index 0074575..672e72f 100644 --- a/deployment.yml +++ b/deployment.yml @@ -2,7 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: goff - namespace: default + namespace: discord-bots labels: app: goff spec: @@ -23,6 +23,13 @@ spec: containers: - name: goff image: + resources: + requests: + memory: "512Mi" + cpu: "1" + limits: + memory: "1Gi" + cpu: "2" env: - name: DATABASE_URL valueFrom: