sylus / data-center-helm-charts

Contains Helm charts for Atlassian's Data Center products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Contains Helm charts for Atlassian's Data Center products

License:Apache License 2.0


Languages

Language:Java 59.6%Language:Mustache 25.0%Language:Shell 12.9%Language:Smarty 2.5%