Swap to our template design
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
:image-port 8080
|
:image-port 8080
|
||||||
:vault-load-yaml false
|
:vault-load-yaml false
|
||||||
:chart-opts {:fetchOpts {:repo "https://caddyserver.github.io/ingress"}
|
:chart-opts {:fetchOpts {:repo "https://caddyserver.github.io/ingress"}
|
||||||
:helm-values-fn #(clj->js
|
:value
|
||||||
{:ingressController
|
{:ingressController
|
||||||
{:deployment {:kind "DaemonSet"}
|
{:deployment {:kind "DaemonSet"}
|
||||||
:daemonSet {:useHostPort true}
|
:daemonSet {:useHostPort true}
|
||||||
@@ -17,4 +17,4 @@
|
|||||||
:externalTrafficPolicy "Local"}
|
:externalTrafficPolicy "Local"}
|
||||||
:image {:repository (-> cfg :docker-repo)
|
:image {:repository (-> cfg :docker-repo)
|
||||||
:tag "latest"}
|
:tag "latest"}
|
||||||
:config {:email (-> cfg :dns-email)}}})}})
|
:config {:email (-> cfg :dns-email)}}}}})
|
||||||
Reference in New Issue
Block a user