Jira is a tool used for bug tracking, issue tracking, and project management. It is developed and published by the australian software company Atlassian.
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.
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
- Remove
/charts
from .helmignore. This will include a cluster PG instance. - Run
helm install --name=jira-test1 charts/ -f charts/values.test.yaml