Skip to content

Commit

Permalink
chore: update resource requests for code location
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Feb 26, 2024
1 parent 15a30f5 commit adbeaae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ deployments:
securityContext: {}
resources:
limits:
cpu: 250m
memory: 400Mi
cpu: 350m
memory: 500Mi
requests:
cpu: 250m
memory: 400Mi
cpu: 350m
memory: 500Mi
labels: {}

# Override the default K8s scheduler
Expand Down

0 comments on commit adbeaae

Please sign in to comment.