Content Platform Engine parameters

Update the custom YAML file to provide the details that are relevant to your Content Platform Engine and your decisions for the deployment of the container.
Table 1. Configuration parameters: spec.ecm_configuration.cpe
Parameters Description Default or Example Values Required
arch.amd64 The architecture for your environment. This is the default for Linux on x86 and should not be changed. 3 - Most preferred Yes, leave default
replica_count The number of replicas for the container. 2 No
image.repository The image repository that corresponds to the image registry, where the image is pulled. The default repository is the IBM Entitled Registry. cp.icr.io/cp/cp4a/fncm/cpe No
image.tag The tag that corresponds to the image registry, where the image is pulled. ga-560-p8cpe No
image.pull_policy Specify your pull policy. If specified, this value overrides the image pull policy in the shared_configuration. IfNotPresent No
log.format The format for workload logging. json No
security_context.supplemental_groups supplemental_groups is an array of group IDs that are defined for the pod. Multiple group IDs are comma-separated. An example:

supplemental_groups: [1000620001,1000620002]

  No
security_context.selinux_options Enter an array of key value pairs to assign SELinux labels to a container. An example:
selinux_options:
  level: "s0:c123,c456"
  type: "spc_t"
  No
security_context.fs_groupchangepolicy Define the behavior for changing ownership and permission of the volume before being exposed inside a pod. This field has two possible values: "Always" or "OnRootMismatch". An example:

fs_groupchangepolicy: "OnRootMismatch"

  No
resources.requests.cpu Specifies a CPU request for the container. 500m No
resources.requests.memory Specify a memory request for the container. 512Mi No
resources.limits.cpu Specify a CPU limit for the container. 1 No
resources.limits.memory Specify a memory limit for the container. 3072Mi No
resources.requests.ephemeral_storage Specifies an ephemeral storage request for the container. 4Gi No
resources.limits.ephemeral_storage Specifies an ephemeral storage limit for the container. 4Gi No
auto_scaling.enabled Specify whether to enable auto scaling. false No
auto_scaling.max_replicas The upper limit for the number of pods that can be set by the autoscaler. Required. 3 No
auto_scaling.min_replicas The lower limit for the number of pods that can be set by the autoscaler. If it is not specified or negative, the server will apply a default value. 2 No
auto_scaling.target_cpu_utilization_percentage The target average CPU utilization (represented as a percent of requested CPU) over all the pods. If it is not specified or negative, a default autoscaling policy is used. 80 No

cpe_production_setting.time_zone

The time zone for the container deployment. Etc/UTC No
cpe_production_setting.jvm_initial_heap_percentage The initial use of available memory. 18 No
cpe_production_setting.jvm_max_heap_percentage The maximum percentage of available memory to use. 33 No
cpe_production_setting.jvm_customize_options Optionally specify JVM arguments using comma separation. For example:

jvm_customize_options="-Dmy.test.jvm.arg1=123,-Dmy.test.jvm.arg2=abc,-XX:+SomeJVMSettings,XshowSettings:vm"

If needed, you can use DELIM to change the character that is used to separate multiple JVM arguments. In this example, a semi-colon is used to separate the JVM arguments:

jvm_customize_options="DELIM=;-Dcom.filenet.authentication.wsi.AutoDetectAuthToken=true;-Dcom.filenet.authentication.providers=ExShareUmsInternal,ExShareIbmId,ExShareGID"

None No
cpe_production_setting.gcd_jndi_name JNDI name for the Global Configuration Database. FNGCDDS No
cpe_production_setting.gcd_schema Schema name for the tables created in the Global Configuration Database. none No
cpe_production_setting.gcd_jndixa_name JNDI XA name for the Global Configuration Database FNGCDDSXA No
cpe_production_setting.license To deploy, the value must be set to accept. accept Yes
cpe_production_setting.custom_configmap.name The name of the custom configmap. custom-navigator-config-files Yes
cpe_production_setting.custom_configmap.volume_path The location you want to hold files in.   No
cpe_production_setting.custom_configmap.is_env Specify whether the config map holds environment variables. false No
monitor_enabled Specify whether to use the built-in monitoring capability. false No
logging_enabled Specify whether to use the built-in logging capability. false No
collectd_enable_plugin_write_graphite If you use Graphite database for metrics or use IBM Cloud monitoring, set to true. false No
datavolume.existing_pvc_for_cpe_cfgstore
  • name
  • size
The name and size of persistent volume claim for Content Platform Engine configuration.
  • cpe-cfgstore
  • 1Gi
  • Yes if you want to use existing PVC
  • No
datavolume.existing_pvc_for_cpe_logstore
  • name
  • size
The name and size of persistent volume claim for Content Platform Engine logs.
  • cpe-logstore
  • 1Gi
  • Yes if you want to use existing PVC
  • No
datavolume.existing_pvc_for_cpe_filestore
  • name
  • size
The name and size of persistent volume claim for the Content Platform Engine files.
  • cpe-filestore
  • 1Gi
  • Yes if you want to use existing PVC
  • No
datavolume.existing_pvc_for_cpe_icmrulestore
  • name
  • size
The name and size of persistent volume claim for the IBM Case Manager rules.
  • cpe-icmrulestore
  • 1Gi
  • Yes if you want to use existing PVC
  • No
datavolume.existing_pvc_for_cpe_textextstore
  • name
  • size
The name and size of persistent volume claim for text extraction
  • cpe-textextstore
  • 3Gi
  • Yes if you want to use existing PVC
  • No
datavolume.existing_pvc_for_cpe_bootstrapstore
  • name
  • size
The name and size of persistent volume claim for upgrade and startup.
  • cpe-bootstrapstore
  • 1Gi
  • Yes if you want to use existing PVC
  • No
datavolume.existing_pvc_for_cpe_fnlogstore
  • name
  • size
The name and size of the persistent volume claim for FileNet® logs.
  • cpe-fnlogstore
  • 1Gi
  • Yes if you want to use existing PVC
  • No
probe.liveness
  • period_seconds
  • timeout_seconds
  • failure_threshold
The behavior of liveness probes to know when to restart a container.
  • 30
  • 5
  • 6
No
probe.startup
  • initial_delay_seconds
  • period_seconds
  • timeout_seconds
  • failure_threshold
The behavior of startup probes to know when the container is started.
  • 120
  • 30
  • 10
  • 40
No
image_pull_secrets.name The secrets to be able to pull images. ibm-entitlement-key Yes, only if you want to override the comparable setting in the shared configuration section.