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 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: