Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Feb 14, 2024
2 parents 4b7b06e + cdff11a commit 3ab0ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: synoti21/baekjoon-bot
newName: synoti21/baekjoon-bot
newTag: 8e500477
newTag: a4a594b7
8 changes: 4 additions & 4 deletions k8s/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3ab0ade

Please sign in to comment.