This project contains Helm charts for Atlassian's Data Center products. These charts are experimental and unsupported, with the aim of introducing official support once they have been stabilized.
The charts will allow the Data Center products to be easily installed and operated within a Kubernetes cluster, whether it be a managed environment such as Amazon EKS, or a custom, on-premise system.
helm repo add atlassian-data-center https://atlassian-labs.github.io/data-center-helm-charts
- Write a
values.yaml
file to provide your site-specific configuration - Create the required authentication Secrets in your Kubernetes cluster
helm install <release name> --values <values.yaml> atlassian-data-center/jira
(or/confluence
,/bitbucket
)helm test <release name>
- Configure an HTTPS ingress for your deployment
Contributions are welcome. Please see CONTRIBUTING.md for details.
Copyright (c) [2020] Atlassian and others. Apache 2.0 licensed, see LICENSE file.