Skip to content

Commit 961fa9b

Browse files
oglokvMaroon
authored andcommitted
Merge pull request kubernetes-sigs#37 from oglok/istio-mem
Patch Istio deployment to use 1Gi of mem
1 parent 5a6fa3d commit 961fa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/components/istio-control-plane/deployments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
resources:
124124
requests:
125125
cpu: 500m
126-
memory: 2048Mi
126+
memory: 1024Mi
127127
securityContext:
128128
allowPrivilegeEscalation: false
129129
capabilities:

0 commit comments

Comments
 (0)