Skip to content

Commit

Permalink
adjust resources for bots
Browse files Browse the repository at this point in the history
quote> update cryptoprices tag
  • Loading branch information
rssnyder committed Jun 13, 2024
1 parent bcb8c42 commit 9b0c0fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/discord-bot-cryptoprices/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 0.0.2
version: 0.0.3

appVersion: "0.0.2"
appVersion: "0.0.3"
3 changes: 1 addition & 2 deletions charts/discord-bot-cryptoprices/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ securityContext: {}

resources:
limits:
cpu: 10m
memory: 8Mi
memory: 10Mi
requests:
cpu: 1m
memory: 6Mi
Expand Down
2 changes: 1 addition & 1 deletion charts/discord-bot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 0.0.1
version: 0.0.2

appVersion: "0.0.8"
3 changes: 1 addition & 2 deletions charts/discord-bot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ securityContext: {}

resources:
limits:
cpu: 10m
memory: 8Mi
memory: 10Mi
requests:
cpu: 1m
memory: 6Mi
Expand Down

0 comments on commit 9b0c0fa

Please sign in to comment.