mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
Fixes Wrong loadbalancer port in hello_world
example? #671
This commit is contained in:
parent
a3d6781bfc
commit
4eb1105b47
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
traefik.http.routers.hello_world.tls.certresolver: "letsencrypt"
|
||||
traefik.http.routers.hello_world.tls.domains[0].main: "{{ ansible_nas_domain }}"
|
||||
traefik.http.routers.hello_world.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
|
||||
traefik.http.services.hello_world.loadbalancer.server.port: "4040"
|
||||
traefik.http.services.hello_world.loadbalancer.server.port: "8000"
|
||||
when: hello_world_enabled is true
|
||||
|
||||
- name: Stop Hello World
|
||||
|
|
Loading…
Reference in a new issue