Skip to content

thesurlydev/confluence-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Install Atlassian Confluence on Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages