Skip to content

Commit

Permalink
Fix resources 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Dec 18, 2024
1 parent 7c5410d commit 4ab69d1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion helm/prod/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 35m
Expand Down
1 change: 0 additions & 1 deletion helm/prod/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 20m
Expand Down
1 change: 0 additions & 1 deletion helm/staging/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 35m
Expand Down
1 change: 0 additions & 1 deletion helm/staging/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 20m
Expand Down

0 comments on commit 4ab69d1

Please sign in to comment.