Skip to content

bsgrigorov/jira-software-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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