Swap to our template design
This commit is contained in:
@@ -7,14 +7,14 @@
|
|||||||
: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}
|
||||||
:ports {:web {:hostPort 80}
|
:ports {:web {:hostPort 80}
|
||||||
:websecure {:hostPort 443}}
|
:websecure {:hostPort 443}}
|
||||||
:service {:type "NodePort"
|
:service {:type "NodePort"
|
||||||
: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