Skip to content

Commit 84ff88c

Browse files
authored
Merge pull request kubernetes-sigs#37 from oglok/istio-mem
Patch Istio deployment to use 1Gi of mem
1 parent 04a0e25 commit 84ff88c

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)