/data-center-helm-charts-test

Contains Helm charts for Atlassian's Data Center products

Primary LanguageHTMLApache License 2.0Apache-2.0

Data Center Helm Charts

Atlassian license PRs Welcome

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.

Installation

  1. helm repo add atlassian-data-center https://atlassian-labs.github.io/data-center-helm-charts
  2. Write a values.yaml file to provide your site-specific configuration
  3. Create the required authentication Secrets in your Kubernetes cluster
  4. helm install <release name> --values <values.yaml> atlassian-data-center/jira (or /confluence, /bitbucket)
  5. helm test <release name>
  6. Configure an HTTPS ingress for your deployment

Documentation

Here

Contributions

Contributions are welcome. Please see CONTRIBUTING.md for details.

License

Copyright (c) [2020] Atlassian and others. Apache 2.0 licensed, see LICENSE file.