fix: add tls.certresolver=letsencrypt to Traefik tags
All checks were successful
Build and Deploy DevOpsDash / build-image (push) Successful in 17s
All checks were successful
Build and Deploy DevOpsDash / build-image (push) Successful in 17s
Matches pattern used by mimir.i80.dk and other i80 services. Without certresolver Traefik has no cert for dash.i80.dk.
This commit is contained in:
@@ -79,6 +79,7 @@ EOH
|
|||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.http.routers.devops-dash.rule=Host(`dash.i80.dk`)",
|
"traefik.http.routers.devops-dash.rule=Host(`dash.i80.dk`)",
|
||||||
"traefik.http.routers.devops-dash.tls=true",
|
"traefik.http.routers.devops-dash.tls=true",
|
||||||
|
"traefik.http.routers.devops-dash.tls.certresolver=letsencrypt",
|
||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
|
|||||||
Reference in New Issue
Block a user