Custom Liberty Extensions
The customization init image can be used to configure custom liberty extensions including jvm.options and server-overrides.xml.
The OOB customization init image defines the below directory and file structure for liberty
extensions with placeholder files for jvm.options and
server-overrides.xml which can then be updated by extending the
image:
ibm
b2bi
customization
liberty
jvm.options
server-overrides.xml
Note: The helm chart config folder will always take
precedence over any liberty override files or property files applied through the
customization init container. If you want the liberty override
files or property files from the customization init container to be
applied then all the sample files from the helm chart config folder
should be removed and placed in a different backup location.