Swap to our template design

This commit is contained in:
2025-10-14 04:59:17 -05:00
parent 40baf55bff
commit 7a13836b34

View File

@@ -7,14 +7,14 @@
:image-port 8080
:vault-load-yaml false
:chart-opts {:fetchOpts {:repo "https://caddyserver.github.io/ingress"}
:helm-values-fn #(clj->js
{:ingressController
{:deployment {:kind "DaemonSet"}
:daemonSet {:useHostPort true}
:ports {:web {:hostPort 80}
:websecure {:hostPort 443}}
:service {:type "NodePort"
:externalTrafficPolicy "Local"}
:image {:repository (-> cfg :docker-repo)
:tag "latest"}
:config {:email (-> cfg :dns-email)}}})}})
:value
{:ingressController
{:deployment {:kind "DaemonSet"}
:daemonSet {:useHostPort true}
:ports {:web {:hostPort 80}
:websecure {:hostPort 443}}
:service {:type "NodePort"
:externalTrafficPolicy "Local"}
:image {:repository (-> cfg :docker-repo)
:tag "latest"}
:config {:email (-> cfg :dns-email)}}}}})