Fixes Wrong loadbalancer port in hello_world example? #671

This commit is contained in:
David Stephens 2023-08-28 22:40:47 +01:00
parent a3d6781bfc
commit 4eb1105b47

View file

@ -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