Skip to content

Commit

Permalink
bump limits for product-service
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Nov 2, 2024
1 parent abc38d0 commit afe11f4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aks-store-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ spec:
memory: 1Mi
limits:
cpu: 2m
memory: 10Mi
memory: 20Mi
readinessProbe:
httpGet:
path: /health
Expand Down
2 changes: 1 addition & 1 deletion aks-store-ingress-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
memory: 1Mi
limits:
cpu: 2m
memory: 10Mi
memory: 20Mi
readinessProbe:
httpGet:
path: /health
Expand Down
2 changes: 1 addition & 1 deletion aks-store-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
memory: 1Mi
limits:
cpu: 2m
memory: 10Mi
memory: 20Mi
readinessProbe:
httpGet:
path: /health
Expand Down
2 changes: 1 addition & 1 deletion charts/aks-store-demo/templates/product-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
memory: 1Mi
limits:
cpu: 2m
memory: 10Mi
memory: 20Mi
readinessProbe:
httpGet:
path: /health
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/product-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
memory: 1Mi
limits:
cpu: 2m
memory: 10Mi
memory: 20Mi
readinessProbe:
httpGet:
path: /health
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ spec:
cpu: 1m
memory: 1Mi
limits:
cpu: 1m
memory: 7Mi
cpu: 2m
memory: 20Mi
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit afe11f4

Please sign in to comment.