Skip to main content
Version: v2023.18.0

Presentation server (Web UI)

Introduction

The presentation server is named "web-ui" in the Chart. To deploy the ARender presentation server set web-ui.enabled parameter to true.

Parameters

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

ParametersDescriptionDefault
global.imagePullSecretsGlobal Docker registry secret names as an array[] (does not add image pull secrets to deployed pods)
web-ui.enabledEnable the presentation server deploymenttrue
web-ui.replicaCountNumber of the pod replica to deploy1
web-ui.autoscale.enabledEnable horitontal autoscaling of podsfalse
web-ui.autoscale.maxReplicasMaximum number of the pod replica in the cluster1
web-ui.autoscale.cpuLimitPercentage of CPU requested target to scale horizontally80
web-ui.image.repositoryARender UI image nameartifactory.arondor.cloud:5001/arender-ui
web-ui.image.tagARender UI image tag2023.18.0
web-ui.image.pullPolicyARender UI image pull policyAlways
web-ui.serviceAccount.createSpecifies whether a service account should be createdtrue
web-ui.serviceAccount.nameName of the service account created. If not set defaulted to ARender UI fullname''
web-ui.podSecurityContextARender UI Pod security context{}
web-ui.securityContextContainer security context{}
web-ui.service.typeARender UI service typeClusterIP
web-ui.service.portARender UI service port80
web-ui.ingress.enabledEnable Ingressfalse
web-ui.ingress.annotationsIngress annotations{}
web-ui.ingress.hostsIngress hosts[]
web-ui.ingress.tlsTls config{}
web-ui.rendition.hostsRendition hosts (example: - http://rendition-hostname:8761)[]
web-ui.resourcesARender UI resources limits and requests{}
web-ui.nodeSelectorNode selector{}
web-ui.environmentEnvironment variables to pass to the container as a Map{}