updated deps

This commit is contained in:
jem 2021-09-14 18:18:56 +02:00
parent 04f811245e
commit 655a5af5ae
3 changed files with 3 additions and 6 deletions

3
.gitignore vendored
View file

@ -21,8 +21,5 @@ public/js/
*.iml
.idea/
#valid-auth.edn
#valid-config.edn
my-auth.edn
auth.edn
config.edn

View file

@ -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"

View file

@ -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))])