Update to use the current config style
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
(ns k8s.services.productive.service)
|
(ns k8s.services.productive.service)
|
||||||
|
|
||||||
(def config
|
(def config
|
||||||
{:stack [:vault-secrets :deployment :service :ingress]
|
{:stack [:vault:prepare [:k8s :deployment :service :httproute]]
|
||||||
:app-namespace "generic"
|
:app-namespace "generic"
|
||||||
:app-name "superproductivity"
|
:app-name "superproductivity"
|
||||||
:image-port 80
|
:image-port 80
|
||||||
:image "docker.io/johannesjo/super-productivity:latest"})
|
:image "docker.io/johannesjo/super-productivity:latest"
|
||||||
|
:k8s:httproute-opts {:spec {::hostnames ['host]}}
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user