Skip to content

Commit

Permalink
edit resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamedAyoub committed Jun 7, 2024
1 parent a95ccf0 commit 0a68885
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions notifications.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ ingress:
# Writing Max resources for simple go app
resources:
limits:
cpu: 80m
memory: 120Mi
cpu: 160m
memory: 260Mi
requests:
cpu: 40m
memory: 100Mi
cpu: 110m
memory: 220Mi


livenessProbe:
Expand Down
8 changes: 4 additions & 4 deletions assignement.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ ingress:

resources:
limits:
cpu: 60m
memory: 220Mi
cpu: 160m
memory: 260Mi
requests:
cpu: 50m
memory: 132Mi
cpu: 110m
memory: 162Mi

livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions communications.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ingress:

resources:
limits:
cpu: 120m
memory: 320Mi
cpu: 160m
memory: 340Mi
requests:
cpu: 100m
memory: 280Mi
Expand Down

0 comments on commit 0a68885

Please sign in to comment.