Skip to content

Commit

Permalink
feat: update resources
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <[email protected]>
  • Loading branch information
tty47 committed Jul 24, 2023
1 parent ad798dd commit 09fc85b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ spec:
readOnly: true
resources:
requests:
memory: "200Mi"
cpu: "200m"
memory: "50Mi"
cpu: "50m"
limits:
memory: "250Mi"
cpu: "250m"
memory: "100Mi"
cpu: "100m"
volumes:
- name: config
configMap:
Expand Down

0 comments on commit 09fc85b

Please sign in to comment.