Skip to content

Commit

Permalink
Traefik upgrade, configuration change
Browse files Browse the repository at this point in the history
  • Loading branch information
stelcheck committed Sep 12, 2018
1 parent 06e8744 commit 0097f8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ binary:
name: "dawn"

# The current version of the binary
version: "0.11.6"
version: "0.11.7"

# (Optional) URLs to call when attempting auto-update.
# Defaults:
Expand Down Expand Up @@ -78,7 +78,7 @@ image:
name: dawn

# Current image version
version: "0.11.6"
version: "0.11.7"

# Root folder where most files will be uploaded or mounted
root_folder: /dawn
Expand Down
2 changes: 1 addition & 1 deletion docker-image/ansible/roles/traefik/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
traefik_domain: "{{ local_domain_name }}"
traefik_version: v1.6.0
traefik_version: v1.6.6
traefik_image: "traefik:{{ traefik_version }}"
traefik_stack: traefik
traefik_stack_template: stack.yml.j2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ logLevel = "WARNING"
# Optional
# Default: false
#
# InsecureSkipVerify = true
InsecureSkipVerify = true

# Entrypoints to be used by frontends that do not specify any entrypoint.
# Each frontend can specify its own entrypoints.
Expand Down
1 change: 0 additions & 1 deletion docker-image/ansible/roles/traefik/templates/stack.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
lb:
image: {{ traefik_image }}
command: >
--cluster.node="{{ inventory_hostname }}"
{{ traefik_extra_args|default("") }}
ports:
- target: 80
Expand Down

0 comments on commit 0097f8b

Please sign in to comment.