Update to use the current config style

This commit is contained in:
2025-11-23 15:35:13 -06:00
parent 33f837a5f7
commit 42b6716850

View File

@@ -1,8 +1,10 @@
(ns k8s.services.productive.service)
(def config
{:stack [:vault-secrets :deployment :service :ingress]
{:stack [:vault:prepare [:k8s :deployment :service :httproute]]
:app-namespace "generic"
:app-name "superproductivity"
:image-port 80
:image "docker.io/johannesjo/super-productivity:latest"})
:image "docker.io/johannesjo/super-productivity:latest"
:k8s:httproute-opts {:spec {::hostnames ['host]}}
})