Service broker

Environment

  • Key: Kubeprovider
    Description Parameter Key Type
    Use localhost for all services useLocalhost Boolean
    Map of service host and ports kubeHosts Map<String, int>
application.yaml
kubeprovider:
  useLocalhost : true
  kubeHosts:
    conversion-service: 19999
    jni-service: 9091
    pdfbox-service: 8899
  • Key: provider
    Description Parameter Key Type
    Specify running environment environment Enum(LOCAL, KUBERNETES)
application.yaml
provider:
  environment: local
Using kubernetes environment
Metrics server must be installed on Kubernetes if provider.environment is set to KUBERNETES

Temporary file storage

When the rendition server starts, folders and files in the temporary files folder path will be deleted. This deletion will not be automatic if the default path ../../tmp has been modified. In this case, the following configuration needs to be done.

/modules/rendition-engine/application.properties
default.document.path.startup.clear=true