Configuring Document Processing
Before you install, configure the custom resource YAML file for your Document Processing deployment.
Before you begin
Make sure you follow the instructions in Preparing to install Document Processing, where you configure important settings such as secrets, databases, and user access.
About this task
- Authoring or Development Environment - The authoring environment that includes all of the containers for creating, testing, and deploying your document processing project and application.
- Runtime Environment - The test, staging, and production environment that includes a subset of containers for deploying and hosting your document processing application and data.
<Required>
, which
you must update with a real value before you apply the CR. You provide values for the environment
that you prepared in advance:- Databases
- LDAP settings
- Names of the secrets that you prepared in advance to protect sensitive data
- Persistent volumes and claims, or storage classes for dynamic storage creation
If you selected to use EDB Postgres as your deployment database and you want to use EDB Postgres
for Document Processing, check that
the datasource_configuration.dc_gcd_datasource.dc_use_postgres
,
datasource_configuration.dc_os_datasource.dc_use_postgres
,
datasource_configuration.dc_icn_datasource.dc_use_postgres
, and
datasource_configuration.dc_ca_datasource.dc_use_postgres
parameters are set to
true.
If you do not want to use EDB Postgres for Document Processing, set the values to false.
Then check the values of the external database parameters that you generated when you ran the
cp4a-prerequisites.sh
script.
Procedure
What to do next
Continue to configure the other capabilities that are in your CR file, and make sure that you complete the last step Validating the YAML in your custom resource file before you apply the CR to the operator.