Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 776 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 776 Bytes

Helm charts

The univer server deploy use in k8s and docker compose.

Install by docker compose

Readme

Install by k8s

  1. Install helm.

  2. Delpoy service.

helm install -n univer --create-namespace \
    --set global.istioNamespace="univer" \
    univer-stack oci://univer-acr-registry.cn-shenzhen.cr.aliyuncs.com/helm-charts/univer-stack

kubectl rollout restart -n univer deployment/collaboration-server
kubectl rollout restart -n univer deployment/universer
  1. Set dns resolve to try demo.
# you can edit your local hosts file to simple resolve dns.
# default domain is: univer.example.com

open: http://univer.example.com