Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Use noop@internal instead of our own dummy service
Browse files Browse the repository at this point in the history
There seems to be no documentation about this,
but I saw some references in it to the logs, as well as some
public mentions:

- traefik/traefik#7242
- traefik/traefik#7291
  • Loading branch information
spantaleev committed Feb 8, 2023
1 parent 650adfa commit db8e837
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions templates/provider.yml.j2
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#jinja2: lstrip_blocks: "True"

http:
services:
dummy:
loadBalancer:
servers:
- url: http://127.0.0.1
routers:
{% for domain in devture_traefik_additional_domains_to_obtain_certificates_for %}
{{ domain }}-dummy:
rule: Host(`{{ domain }}`)
service: dummy
service: noop@internal
tls:
certResolver: {{ devture_traefik_additional_domains_to_obtain_certificates_for_certResolver | to_json }}
{% endfor %}

0 comments on commit db8e837

Please sign in to comment.