Back to Charts

⚠️ Repo Archive Notice

stable/collabora-code/README.md

latest9.6 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

Collabora CODE

Collabora is a online office suite.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

Introduction

This chart creates a single Collabora CODE Pod to run Collabora CODE suite, for example as integration together with nextcloud. Installation is based on the docker documentation CollaboraDocker.

For most easy integration it´s recommended to use cert-manager together with your favorite ingress controller to get a fully working, ssl-terminated Collabora CODE server.

Prerequisites

  • Kubernetes 1.9+ with Beta APIs enabled

Installing the Chart

To install the chart with the release name my-release, run:

bash
$ helm install --name my-release stable/collabora

This command deploys a Collabora Online Development Edition server.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

bash
$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Refer to values.yaml for the full run-down on defaults. These are a mixture of Kubernetes and Collabora-related directives that map to environment variables in the CollaboraCODEDocker Docker image.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

bash
$ helm install --name my-release \
    --set varname=true stable/collabora

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

bash
$ helm install --name my-release -f values.yaml stable/collabora

Tip: You can use the default values.yaml

The following tables lists the configurable parameters of this chart and their default values.

ParameterDescriptionDefault
replicaCountNumber of provisioner instances to deployed1
strategySpecifies the strategy used to replace old Pods by new onesRecreate
image.repositoryProvisioner imagecollabora/code
image.tagVersion of provisioner image4.0.0.2
image.pullPolicyImage pull policyIfNotPresent
collabora.DONT_GEN_SSL_CERTtrue
collabora.domainDouble escaped WOPI hostwopihost\\.domain
collabora.extra_paramsList of params to use as env var--o:ssl.termination=true --o:ssl.enable=false
collabora.server_nameCollabora server name (single escaped)collabora\.domain
collabora.passwordCollabora admin panel passexamplepass
collabora.usernameCollabora admin panel useradmin
collabora.dictionariesCollabora enabled dictionariesde_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
ingress.enabledfalse
ingress.annotations{}
ingress.paths[]
ingress.hosts[]
ingress.tls[]
livenessProbe.enabledTurn on and off liveness probetrue
livenessProbe.initialDelaySecondsDelay before liveness probe is initiated30
livenessProbe.periodSecondsHow often to perform the probe10
livenessProbe.timeoutSecondsWhen the probe times out2
livenessProbe.successThresholdMinimum consecutive successes for the probe1
livenessProbe.failureThresholdMinimum consecutive failures for the probe3
livenessProbe.schemeScheme for the probeHTTP
livenessProbe.pathPath for the probe/
readinessProbe.enabledTurn on and off readiness probetrue
readinessProbe.initialDelaySecondsDelay before readiness probe is initiated30
readinessProbe.periodSecondsHow often to perform the probe10
readinessProbe.timeoutSecondsWhen the probe times out2
readinessProbe.successThresholdMinimum consecutive successes for the probe1
readinessProbe.failureThresholdMinimum consecutive failures for the probe3
readinessProbe.schemeScheme for the probeHTTP
readinessProbe.pathPath for the probe/
securityContext.allowPrivilegeEscalationCreate & use Pod Security Policy resourcestrue
securitycontext.capabilities.addCollabora needs to run with MKNOD as capabibility[MKNOD]
resourcesResources required (e.g. CPU, memory){}
nodeSelectorNode labels for pod assignment{}
affinityAffinity settings{}
tolerationsList of node taints to tolerate[]

Persistence

There is no need for a persistent storage to run collabora code edition. All parameters in /etc/loolwsd/loolwsd.xml can be adjusted with using extra_params environment variable.