Skip to content

Commit

Permalink
build: set resource requests on code location
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Feb 18, 2024
1 parent 417361a commit c81f1a2
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: 100m
memory: 128Mi
cpu: 250m
memory: 400Mi
requests:
cpu: 100m
memory: 128Mi
cpu: 250m
memory: 400Mi
labels: {}

# Override the default K8s scheduler
Expand Down

0 comments on commit c81f1a2

Please sign in to comment.