aboutsummaryrefslogtreecommitdiff
path: root/nomad/bottin2.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-10 17:53:13 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-10 17:53:13 +0100
commitd80d47e215147b99d512a5ac6fd0a58c45b858f9 (patch)
treea0fffd638c4f0ae7db3b899c3c56b9e76bf287a1 /nomad/bottin2.hcl
parent71767b52a5d35ba95b7dcad80b52239b68052d40 (diff)
downloadinfrastructure-d80d47e215147b99d512a5ac6fd0a58c45b858f9.tar.gz
infrastructure-d80d47e215147b99d512a5ac6fd0a58c45b858f9.zip
Fix indentation
Diffstat (limited to 'nomad/bottin2.hcl')
-rw-r--r--nomad/bottin2.hcl18
1 files changed, 9 insertions, 9 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl
index a092f8b..f5a1894 100644
--- a/nomad/bottin2.hcl
+++ b/nomad/bottin2.hcl
@@ -66,13 +66,13 @@ job "directory2" {
port_map {
web_port = 9991
}
- volumes = [
- "secrets/config.json:/config.json"
- ]
+ volumes = [
+ "secrets/config.json:/config.json"
+ ]
}
template {
- data = "{{ key \"configuration/directory/guichet/config.json\" }}"
+ data = "{{ key \"configuration/directory/guichet/config.json\" }}"
destination = "secrets/config.json"
}
@@ -86,11 +86,11 @@ job "directory2" {
service {
name = "guichet"
tags = [
- "guichet",
- "traefik.enable=true",
- "traefik.frontend.entryPoints=https,http",
- "traefik.frontend.rule=Host:guichet.deuxfleurs.fr,guichet.deuxfleurs.org",
- ]
+ "guichet",
+ "traefik.enable=true",
+ "traefik.frontend.entryPoints=https,http",
+ "traefik.frontend.rule=Host:guichet.deuxfleurs.fr,guichet.deuxfleurs.org",
+ ]
port = "web_port"
address_mode = "host"
check {