This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
c4k-jira/README.md

1.6 KiB

convention 4 kubernetes: c4k-jira

Clojars Project pipeline status

DeltaChat chat over e-mail | team@social.meissa-gmbh.de team@social.meissa-gmbh.de | Website & Blog

Purpose

c4k-jira provides a k8s deployment for jira containing:

  • adjusted jira docker image
  • jira
  • ingress having a letsencrypt managed certificate
  • postgres database

The package aims to a low load sceanrio.

Status

This is under development.

Manual restore

  1. Scale Jira deployment down: kubectl scale deployment jira --replicas=0

2)apply backup and restore pod: kubectl apply -f src/main/resources/backup/backup-restore.yaml

  1. exec into pod and execute restore pod kubectl exec -it backup-restore -- /usr/local/bin/restore.sh

  2. Scale Jira deployment up: kubectl scale deployment jira --replicas=1

  3. Update index of Jira: Jira > Settings > System > Advanced > Indexing

License

Copyright © 2021 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License") Pls. find licenses of our subcomponents here