You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
bom 561f8fade6 moved html refactor 3 years ago
doc Add example image and link it in Readme 3 years ago
infrastructure Fixed jira entrypoint.sh to use env variables 3 years ago
public Fixed frontend validation 3 years ago
src moved html refactor 3 years ago
.gitignore Increased JobsHistoryLimit in cron.yaml 3 years ago
.gitlab-ci.yml prepare release 3 years ago
LICENSE Added c4k skeleton 3 years ago
README.md fixed typo 3 years ago
package.json version bump 3 years ago
project.clj added hickory dep, started refactor for html 3 years ago
shadow-cljs.edn added hickory dep, started refactor for html 3 years ago
valid-auth.edn moved html refactor 3 years ago
valid-config.edn moved html refactor 3 years ago

README.md

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.

Try out

Click on the image to try out live in your browser:

Try it out

Your input will stay in your browser. No server interaction is required.

You will also be able to try out on cli:

target/graalvm/c4k-jira src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubeval -
target/graalvm/c4k-jira src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubectl apply -f -

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

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

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

  5. 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