Journey configurations
To configure the Journey server for Cloud Native Unica, make the necessary modifications to the journey-configMap.yaml file.
To access the journey-configMap.yaml file, navigate to /unica/templates/ in the Unica charts folder. Open the file and make modifications to the following parameters:
| Parameter name | Parameter description |
|---|---|
| JOURNEY_HOST_NAME | The system host name of Journey. |
| JOURNEY_MANAGEMENT_PORT | The management port number for the Journey system. |
| JOURNEY_MANAGEMENT_HTTPS_PORT | The management HTTPS port number for the Journey system. |
| JOURNEY_AJP_PORT | The AJP port number for the Journey system. |
| JOURNEY_HTTP_PORT | The HTTP port number for the Journey system. |
| JOURNEY_HTTPS_PORT | The HTTPS port number for the Journey system. |
| JOURNEY_RECOVERY_ENV_PORT | The recovery environment port number of the Journey system. |
| JOURNEY_STATUS_MANAGER_PORT | The status manager port number of the Journey system. |
| JOURNEY_MIN_HEAP | The maximum heap size allocated for Journey. For example,
1024m. |
| JOURNEY_MAX_HEAP | The maximum heap size allocated for Journey. For example,
6614m. |
| MIN_ENGINE_MEMORY | Example: "1g" |
| MAX_ENGINE_MEMORY | Example: "3g" |
| DB_TYPE_JOURNEY | The name of the database used by the Journey system. For example, Oracle. |
| DB_DRIVER_CLASS_JOURNEY | The class name of the Journey Database drivers. For example oracle.jdbc.OracleDriver. |
| JOURNEYREPORT_DB_NAME | The database name of the server hosting the Journey Reports. For
example, journeyuser. |
Multicast parameters for Journey
| KAFKA_BROKER | Example: "kafka-0.kafka.default.svc.cluster.local:9092" |
| REPLICATION_COUNT | "1" |
| JOURNEY_MULTICAST_IP | Example: "{{ .Values.journeyMultiCastData.JOURNEY_MULTICAST_IP }}" |
| JOURNEY_MULTICAST_PORT | Example: "{{ .Values.journeyMultiCastData.JOURNEY_MULTICAST_PORT }}" |
Installation parameters for Journey
| Parameter name | Parameter description |
|---|---|
| JOURNEY_INSTALL_COMMAND1 JOURNEY_INSTALL_COMMAND2 JOURNEY_INSTALL_COMMAND3 JOURNEY_INSTALL_COMMAND4 JOURNEY_INSTALL_COMMAND5 JOURNEY_INSTALL_COMMAND6 JOURNEY_INSTALL_COMMAND7 JOURNEY_INSTALL_COMMAND8 JOURNEY_INSTALL_COMMAND9 JOURNEY_INSTALL_COMMAND10 JOURNEY_INSTALL_SCRIPT1 JOURNEY_INSTALL_SCRIPT2 |
Parameters used for Installation commands and scripts that can be used for customization. |