Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 573 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 573 Bytes

confluence-k8s

helm repo add mox https://helm.mox.sh
helm repo update
kubectl create ns confluence

Install

Update values.yaml with values that suit your needs (see https://chartcenter.io/mox/confluence-server) then run the following:

helm install confluence mox/confluence-server -f values.yaml -n confluence

Uninstall

helm delete confluence -n confluence

The PostgreSQL PVC will not get automatically delete so:

kubectl delete -n confluence persistentvolumeclaim data-confluence-software-db-0