bsgrigorov / jira-software-helm

Jira Data Center Helm Chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlassian Jira Software Data Center

Jira is a tool used for bug tracking, issue tracking, and project management. It is developed and published by the australian software company Atlassian.

Introduction

This chart bootstraps a Jira Software deployment on a Kubernetes cluster using the Helm package manager. We have also added a backup container that does a backup of all the data on disk and in the postgres db. The image for that container needs to be pushed manually to harbor.

Chart deployment

Production

The cluster is deployed in region us-central-1. The cluster is managed by Gardener.

  • Install the helm chart

    helm install --name=jira-software charts/ -f charts/values.test.yaml
    • Login, setup and reindex Jira.
  • Upgrade the helm chart

    helm upgrade jira-software charts/ -f charts/values.test.yaml

Test/Development

  1. Remove /charts from .helmignore. This will include a cluster PG instance.
  2. Run
    helm install --name=jira-test1 charts/ -f charts/values.test.yaml

About

Jira Data Center Helm Chart

License:MIT License


Languages

Language:Mustache 83.5%Language:Groovy 10.1%Language:Shell 6.4%