From 9d0fc639f3c7eceebe8a716d6a12df204a4e9366 Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 5 Jul 2021 11:27:50 +0200 Subject: [PATCH] adjust readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0ef69..84de6ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ -# c4k-jira +# convention 4 kubernetes: c4k-jira +[![Clojars Project](https://img.shields.io/clojars/v/org.domaindrivenarchitecture/c4k-jira.svg)](https://clojars.org/org.domaindrivenarchitecture/c4k-jira) [![pipeline status](https://gitlab.com/domaindrivenarchitecture/c4k-jira/badges/master/pipeline.svg)](https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/commits/master) + +[DeltaChat chat over e-mail](mailto:buero@meissa-gmbh.de?subject=community-chat) | [team@social.meissa-gmbh.de team@social.meissa-gmbh.de](https://social.meissa-gmbh.de/@team) | [Website & Blog](https://domaindrivenarchitecture.org) + +## 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 just a POC, database is stored volatile, there is no backup implemented. ## License