diff --git a/.gitignore b/.gitignore index 667b168..b8fd79b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,5 @@ public/js/ *.iml .idea/ -#valid-auth.edn -#valid-config.edn -my-auth.edn auth.edn config.edn diff --git a/project.clj b/project.clj index 3d0676e..ddada42 100644 --- a/project.clj +++ b/project.clj @@ -4,8 +4,8 @@ :license {:name "Apache License, Version 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0.html"} :dependencies [[org.clojure/clojure "1.10.3"] - [org.clojure/tools.reader "1.3.4"] - [org.domaindrivenarchitecture/c4k-common-clj "0.2.8"] + [org.clojure/tools.reader "1.3.6"] + [org.domaindrivenarchitecture/c4k-common-clj "0.3.1"] [hickory "0.7.1"]] :target-path "target/%s/" :source-paths ["src/main/cljc" diff --git a/src/main/cljc/dda/c4k_jira/core.cljc b/src/main/cljc/dda/c4k_jira/core.cljc index df9454f..89cd062 100644 --- a/src/main/cljc/dda/c4k_jira/core.cljc +++ b/src/main/cljc/dda/c4k_jira/core.cljc @@ -22,7 +22,7 @@ (defn k8s-objects [config] (into [] - (concat [(yaml/to-string (postgres/generate-config)) + (concat [(yaml/to-string (postgres/generate-config :postgres-size :2gb)) (yaml/to-string (postgres/generate-secret config))] (when (contains? config :postgres-data-volume-path) [(yaml/to-string (postgres/generate-persistent-volume config))])