Update to use the current config style
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
|
|
||||||
(def config
|
(def config
|
||||||
{:stack [:vault-secrets :deployment :service]
|
{:stack [:vault:prepare [:k8s :deployment :service]]
|
||||||
:image-port 80
|
:image-port 80
|
||||||
:app-namespace "generic"
|
:app-namespace "generic"
|
||||||
:app-name "act-runner"
|
:app-name "act-runner"
|
||||||
:deployment-opts {:spec {:template {:spec {:containers [{:name 'app-name
|
:k8s:deployment-opts {:spec {:template {:spec {:containers [{:name 'app-name
|
||||||
:envFrom [{:secretRef {:name '(str app-name "-secrets")}}]
|
:envFrom [{:secretRef {:name '(str app-name "-secrets")}}]
|
||||||
:image '(str repo "/" "act_runner" ":latest")
|
:image '(str repo "/" "act_runner" ":latest")
|
||||||
}]
|
}]}}}}
|
||||||
}}}}})
|
:k8s:httproute-opts {:spec {::hostnames ['host]}}
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user