Skip to content

Commit

Permalink
Merge pull request #4 from makerdao/TECH-3595-Prod
Browse files Browse the repository at this point in the history
TECH-3595 - Setting correct CPU/RAM requests/limits
  • Loading branch information
OleksandrUA authored Sep 16, 2024
2 parents 4f2215a + 07ba9f6 commit 4ea1437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
values: image.repository=${{ env.DOCKER_IMAGE_REGISTRY }},image.tag=${{ env.DOCKER_IMAGE_TAG }}
cluster-name: ${{ env.CLUSTER_NAME }}
config-files: deploy/production/vote-breakdown-bot.yaml
chart-path: makerops/common
chart-path: techops-services/common
namespace: discord-bots
timeout: 5m0s
name: vote-breakdown-bot
chart-repository: https://makerops.github.io/helm-charts
chart-repository: https://techops-services.github.io/helm-charts
version: 0.0.10
atomic: true
8 changes: 4 additions & 4 deletions deploy/production/vote-breakdown-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ podAnnotations:
reloader.stakater.com/auto: "true"
resources:
limits:
cpu: 500m
memory: 1024Mi
cpu: 0.25
memory: 256Mi
requests:
cpu: 250m
memory: 512Mi
cpu: 0.05
memory: 128Mi
autoscaling:
enabled: false
env:
Expand Down

0 comments on commit 4ea1437

Please sign in to comment.