add new refactoring

merge-requests/1/merge
jem 3 years ago
parent d66189bd9f
commit 759602fc76

@ -24,12 +24,12 @@ Our convention 4 kubernetes c4k-* tools combine the advantages of both approache
## Refactoring & Module Overview
| Module | Version | common postgres | frontend script | provider adapter |
|------------------|---------|:---------------:|:---------------:|:----------------:|
| c4k-mastodon-bot | 0.1 | - | | |
| c4k-keycloak | 0.2 | | | |
| c4k-jira | 1.0 | x | x | |
| c4k-nextcloud | 0.1 | | | |
| Module | Version | common postgres | frontend script | provider adapter | [backup as deployment](https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/merge_requests/1) |
|------------------|---------|:---------------:|:---------------:|:----------------:|:----------------:|
| c4k-mastodon-bot | 0.1 | - | | | |
| c4k-keycloak | 0.2 | | | | |
| c4k-jira | 1.0 | x | x | | x |
| c4k-nextcloud | 0.1 | | | | |
## License

@ -15,6 +15,7 @@
(s/def ::postgres-db-password cp/bash-env-string?)
(s/def ::postgres-data-volume-path string?)
(s/def ::postgres-size postgres-size?)
(s/def ::db-name cp/bash-env-string?)
#?(:cljs
(defmethod yaml/load-resource :postgres [resource-name]

Loading…
Cancel
Save