diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/email.hcl | 10 | ||||
-rw-r--r-- | nomad/jitsi.hcl | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index 75849cd..4b4be41 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -356,6 +356,16 @@ job "email" { destination = "secrets/postfix/ldap-alias.cf" } + artifact { + source = "http://127.0.0.1:8500/v1/kv/configuration/email/postfix/ldap-virtual-domains.cf.tpl?raw" + destination = "secrets/postfix/ldap-virtual-domains.cf.tpl" + mode = "file" + } + template { + source = "secrets/postfix/ldap-virtual-domains.cf.tpl" + destination = "secrets/postfix/ldap-virtual-domains.cf" + } + template { data = "{{ key \"configuration/email/postfix/postfix.crt\" }}" diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl index 00d7767..4ef2f98 100644 --- a/nomad/jitsi.hcl +++ b/nomad/jitsi.hcl @@ -182,7 +182,7 @@ job "jitsi" { resources { cpu = 300 - memory = 200 + memory = 400 } } |