chore(traefik): rename variables for clarity
This commit is contained in:
parent
b0c62bbef9
commit
d7f75c04da
4 changed files with 23 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Services to be exposed through the DMZ reverse proxy
|
||||
traefik_services:
|
||||
traefik_dmz_exposed_services:
|
||||
- name: httpbin
|
||||
domain: httpbin.local.test
|
||||
port: 443
|
||||
|
|
@ -35,7 +35,7 @@ traefik_services:
|
|||
# port: 80
|
||||
# protocol: http
|
||||
|
||||
use_ssl: false # disable SSL redirect for vagrant
|
||||
traefik_use_ssl: false # disable SSL redirect for vagrant
|
||||
|
||||
use_ssl_dashboard: true # still use SSL for dashboard
|
||||
dashboard_domain: "traefik.backend.local.test"
|
||||
traefik_use_ssl_dashboard: true # still use SSL for dashboard
|
||||
traefik_dashboard_domain: "traefik.backend.local.test"
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Services to be exposed through the DMZ reverse proxy
|
||||
traefik_services:
|
||||
traefik_dmz_exposed_services:
|
||||
- name: httpbin-srv2
|
||||
domain: "{{ httpbin_domain }}"
|
||||
port: 443
|
||||
protocol: https
|
||||
|
||||
dashboard_domain: "traefik.backend2.local.test"
|
||||
traefik_dashboard_domain: "traefik.backend2.local.test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue