Skip to content

Commit

Permalink
Change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtm9 committed May 18, 2024
1 parent b623869 commit 09d0f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/app-chart/templates/rust_runner_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
cpu: "1"
memory: "2Gi"
requests:
cpu: "100m"
memory: "128Mi"
cpu: "150m"
memory: "256Mi"
imagePullPolicy: Always
image: "{{ .image }}"
readinessProbe:
Expand Down

0 comments on commit 09d0f4c

Please sign in to comment.