Update to use the current config style

This commit is contained in:
2025-11-23 15:35:08 -06:00
parent 788e72b3c9
commit 33f837a5f7

View File

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