chef-recipes/containers/traefik/templates/conf/cockpit.yml.j2

15 lines
270 B
Plaintext
Raw Normal View History

2023-02-03 17:01:35 +00:00
http:
routers:
cockpit:
2023-02-06 09:11:29 +00:00
rule: "PathPrefix(`/cockpit`)"
2023-02-03 17:01:35 +00:00
entryPoints: https
service: cockpit
tls:
certresolver: wildcard
services:
cockpit:
loadBalancer:
servers:
2023-02-06 09:11:29 +00:00
- url: "http://{{ ansible_host }}:9090"