libreoffice-online/kubernetes/helm/README.md
Andras Timar 34bc966d68 change product name
Change-Id: Ic34d324c952364442d3f4f9f0758676ab57c8a9a
2020-10-02 14:18:28 +02:00

723 B

Collabora Online Helm Chart

Chart for deploying Collabora Online in Kubernetes cluster.

How to test:

  1. Install Kubernetes cluster locally - minikube - https://minikube.sigs.k8s.io/docs/start/linux/
  2. Install helm - needed version >= 3.0.0 - https://helm.sh/docs/intro/install/
  3. Update libreoffice-online/values.yaml with your required settings for environmentVariablesLool username/password/domain settings
  4. Install helm-chart using below command
helm install --namespace=${your desired namespace} --generate-name libreoffice-online

Access Collabora Online locally through service ClusterIP and port 9980.

kubectl -n ${your desired namespace} describe service libreoffice-online