Swap to our template design
This commit is contained in:
@@ -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)}}}}})
|
||||
Reference in New Issue
Block a user