Skip to content

Commit

Permalink
fix: Incorrect deployment files typo: updated_config (close #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Apr 22, 2019
1 parent 6a87cb0 commit 80f3671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/k2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- "traefik.frontend.rule=Host:k2.${SUBDOMAIN}"
- "traefik.port=8080"
replicas: ${K2_REPLICAS}
updated_config:
update_config:
delay: 1m
placement:
constraints:
Expand Down
2 changes: 1 addition & 1 deletion deploy/mapproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- "traefik.frontend.rule=Host:mapproxy.${SUBDOMAIN}"
- "traefik.port=8080"
replicas: ${MAPPROXY_REPLICAS}
updated_config:
update_config:
delay: 1m
placement:
constraints:
Expand Down
2 changes: 1 addition & 1 deletion deploy/tileservergl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- "traefik.frontend.entryPoints=http,https"
- "traefik.frontend.rule=Host:tileservergl.${SUBDOMAIN}"
replicas: ${TILESERVERGL_REPLICAS}
updated_config:
update_config:
delay: 1m
placement:
constraints:
Expand Down

0 comments on commit 80f3671

Please sign in to comment.