1
0
Fork 0

Document the TLS with ACME case

Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
This commit is contained in:
mpl 2019-03-26 11:12:04 +01:00 committed by Traefiker Bot
parent a0e2f47679
commit 3e76c25887
4 changed files with 67 additions and 1 deletions

View file

@ -0,0 +1,20 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: test.crd
namespace: default
spec:
entryPoints:
- web
routes:
- match: Host(`foo.com`) && PathPrefix(`/bar`)
kind: Rule
priority: 12
services:
- name: whoami
port: 80
tls:
secretName: