Skip to content

Commit 2cf6070

Browse files
author
eliranb
committed
Remove redundant memory option from JAVA_TOOL_OPTIONS in statefulset.yaml
1 parent 0ee5505 commit 2cf6070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- name: app
2020
env:
2121
- name: JAVA_TOOL_OPTIONS
22-
value: -Djava.net.preferIPv4Stack=true, -Xmx1024m
22+
value: -Djava.net.preferIPv4Stack=true
2323
image: lightruncom/operator-demo-app
2424
securityContext:
2525
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)