Skip to content

Commit

Permalink
Demo: Requests/limits are strings
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Troyer <[email protected]>
  • Loading branch information
dtroyer-salad committed Nov 29, 2023
1 parent 4a7573f commit af16da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/qr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ spec:
name: qr-code
resources:
requests:
cpu: 2
cpu: "2"
memory: 8Gi
limits:
cpu: 2
cpu: "2"
memory: 8Gi
env:
- name: HOST
Expand Down

0 comments on commit af16da9

Please sign in to comment.