Skip to content

Commit

Permalink
Merge pull request #156 from ethpandaops/bbusa/dora-mem
Browse files Browse the repository at this point in the history
fix: add resource requests and limits for dora
  • Loading branch information
barnabasbusa authored Oct 23, 2023
2 parents 1c3753b + 7aef9ee commit 0294c0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/generate_kubernetes_config/templates/dora.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ dora:
repository: {{ default_tooling_images.dora.split(':') | first }}
tag: {{ default_tooling_images.dora.split(':') | last }}
pullPolicy: Always
resources:
requests:
cpu: 1000m
memory: 2Gi
limits:
cpu: 3000m
memory: 8Gi
ingress:
enabled: true
className: ingress-nginx-public
Expand Down

0 comments on commit 0294c0a

Please sign in to comment.