diff --git a/aks-store-all-in-one.yaml b/aks-store-all-in-one.yaml index c3ba593a..7583cc00 100644 --- a/aks-store-all-in-one.yaml +++ b/aks-store-all-in-one.yaml @@ -261,7 +261,7 @@ spec: memory: 1Mi limits: cpu: 1m - memory: 5Mi + memory: 7Mi --- apiVersion: v1 kind: Service @@ -402,7 +402,7 @@ spec: memory: 1Mi limits: cpu: 1m - memory: 5Mi + memory: 7Mi --- apiVersion: apps/v1 kind: Deployment @@ -434,4 +434,4 @@ spec: memory: 1Mi limits: cpu: 1m - memory: 5Mi \ No newline at end of file + memory: 7Mi \ No newline at end of file diff --git a/aks-store-quickstart.yaml b/aks-store-quickstart.yaml index 9263aad4..953a4201 100644 --- a/aks-store-quickstart.yaml +++ b/aks-store-quickstart.yaml @@ -163,7 +163,7 @@ spec: memory: 1Mi limits: cpu: 1m - memory: 5Mi + memory: 7Mi --- apiVersion: v1 kind: Service