From 084ff41435403cb87d9f953afa227f34c0d1fa1a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 11 Feb 2024 11:56:48 +0000 Subject: [PATCH 1/2] :construction_worker: chore: Update deployment to a4a594b729f55ffafa7f5a0c1c594c62cbbb9240 --- k8s/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index 7c09d13..008f20b 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: synoti21/baekjoon-bot newName: synoti21/baekjoon-bot - newTag: 8e500477 + newTag: a4a594b7 From cdff11ac6e4e291e4f5f234c81af78fda689c9ec Mon Sep 17 00:00:00 2001 From: Jiwan Ahn Date: Mon, 12 Feb 2024 17:28:16 +0900 Subject: [PATCH 2/2] Update manifest.yaml --- k8s/manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 18bb8d0..8ccb532 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -49,11 +49,11 @@ spec: name: baekjoon-secret resources: requests: - memory: "1G" - cpu: 0.3 + memory: "2G" + cpu: 0.6 limits: - memory: "4G" - cpu: 1 + memory: "8G" + cpu: 2 ports: - containerPort: 4732 volumeMounts: