Skip to main content
Version: v2023.18.0

Rendition server

Introduction

Parameters

The following table lists the configurable parameters of the ARender rendition subchart and their default values.

General values

ParametersDescriptionDefault
global.imagePullSecretsGlobal Docker registry secret names as an array[]
rendition.enabledEnable the rendition deploymenttrue

Document service broker

The following table lists the configurable parameters of the document service broker microservice and their default values.

ParametersDescriptionDefault
rendition.broker.replicaCountNumber of the broker pod replica to deploy1
rendition.broker.image.repositoryBroker image nameartifactory.arondor.cloud:5001/arender-document-service-broker
rendition.broker.image.tagBroker image tag. If empty use AppVersion2023.18.0
rendition.broker.image.pullPolicyBroker image pull policyAlways
rendition.broker.rbac.createSpecifies whether the role resources to compute the weather should be createdtrue
rendition.broker.serviceAccount.createSpecifies whether a service account should be createdtrue
rendition.broker.serviceAccount.nameName of the service account created. If not set defaulted to ARender UI fullname''
rendition.broker.podSecurityContextBroker pod security context{}
rendition.broker.securityContextBroker container security context{}
rendition.broker.service.typeBroker service typeClusterIP
rendition.broker.ingress.enabledEnable rendition Ingressfalse
rendition.broker.ingress.annotationsIngress rendition annotations{}
rendition.broker.ingress.hostsIngress rendition hosts[]
rendition.broker.ingress.tlsRendition Tls config[]
rendition.broker.resourcesBroker resources limits and requests{}
rendition.broker.nodeSelectorBroker node selector{}
rendition.broker.environmentEnvironment variables to pass to the broker container as a Map{}

If rendition.broker.rbac.create is not set to true, insure that the service account of the service broker has enough rights to compute the 'weather'.

By default, given rights are:

rules:
- apiGroups: ["*"]
resources:
- "nodes"
verbs:
- "get"
- "list"

Document converter

The following table lists the configurable parameters of the document converter microservice and their default values.

ParametersDescriptionDefault
rendition.converter.replicaCountNumber of the converter pod replica to deploy1
rendition.converter.autoscale.enabledEnable horizontal autoscaling of converter podsfalse
rendition.converter.autoscale.maxReplicasMaximum number of the converter pod replica in the cluster3
rendition.converter.autoscale.cpuLimitPercentage of CPU requested target to scale horizontally80
rendition.converter.image.repositoryDocument converter image nameartifactory.arondor.cloud:5001/arender-document-converter
rendition.converter.image.tagDocument converter image tag. If empty use AppVersion2023.18.0
rendition.converter.imagepullPolicyDocument converter image pull policyAlways
rendition.converter.serviceAccount.createSpecifies whether a service account should be createdtrue
rendition.converter.serviceAccount.nameName of the service account created. If not set defaulted to converter fullname''
rendition.converter.podSecurityContextConverter pods security context{}
rendition.converter.securityContextConverter container security context{}
rendition.converter.service.typeConverter service typeClusterIP
rendition.converter.resourcesConverter resources limits and requests{}
rendition.converter.nodeSelectorConverter node selector{}
rendition.converter.environmentEnvironment variables to pass to the converter container as a Map{}

Hazelcast

The following table lists the configurable parameters of the service Hazelcast and their default values in the file values.yaml.

ParametersDescriptionDefault
hazelcast.service.portPort used by Hazelcast5701
hazelcast.service.portnamePort name of Hazelcasthazelcast

Document text handler

The following table lists the configurable parameters of the document text handler microservice and their default values.

ParametersDescriptionDefault
rendition.handler.replicaCountNumber of the handler pod replica to deploy1
rendition.handler.autoscale.enabledEnable horizontal autoscaling of handler podsfalse
rendition.handler.autoscale.maxReplicasMaximum number of the handler pod replica in the cluster3
rendition.handler.autoscale.cpuLimitPercentage of CPU requested target to scale horizontally80
rendition.handler.image.repositoryDocument handler image nameartifactory.arondor.cloud:5001/arender-document-text-handler
rendition.handler.image.tagDocument handler image tag. If empty use AppVersion2023.18.0
rendition.handler.imagepullPolicyDocument handler image pull policyAlways
rendition.handler.serviceAccount.createSpecifies whether a service account should be createdtrue
rendition.handler.serviceAccount.nameName of the service account created. If not set defaulted to handler fullname''
rendition.handler.podSecurityContexthandler pods security context{}
rendition.handler.securityContexthandler container security context{}
rendition.handler.service.typehandler service typeClusterIP
rendition.handler.resourceshandler resources limits and requests{}
rendition.handler.nodeSelectorhandler node selector{}
rendition.handler.environmentEnvironment variables to pass to the handler container as a Map{}

Document renderer

The following table lists the configurable parameters of the document renderer microservice and their default values.

ParametersDescriptionDefault
rendition.renderer.replicaCountNumber of the renderer pod replica to deploy1
rendition.renderer.autoscale.enabledEnable horizontal autoscaling of renderer podsfalse
rendition.renderer.autoscale.maxReplicasMaximum number of the renderer pod replica in the cluster3
rendition.renderer.autoscale.cpuLimitPercentage of CPU requested target to scale horizontally80
rendition.renderer.image.repositoryDocument renderer image nameartifactory.arondor.cloud:5001/arender-document-renderer
rendition.renderer.image.tagDocument renderer image tag. If empty use AppVersion2023.18.0
rendition.renderer.imagepullPolicyDocument renderer image pull policyAlways
rendition.renderer.serviceAccount.createSpecifies whether a service account should be createdtrue
rendition.renderer.serviceAccount.nameName of the service account created. If not set defaulted to renderer fullname''
rendition.renderer.podSecurityContextrenderer pods security context{}
rendition.renderer.securityContextrenderer container security context{}
rendition.renderer.service.typerenderer service typeClusterIP
rendition.renderer.resourcesrenderer resources limits and requests{}
rendition.renderer.nodeSelectorrenderer node selector{}
rendition.renderer.environmentEnvironment variables to pass to the renderer container as a Map{}