forked from Ivasoft/traefik
Use the same case every where for entryPoints.
This commit is contained in:
committed by
Traefiker Bot
parent
b9f826554c
commit
8389b46b5c
@@ -3,7 +3,7 @@ kind: IngressRoute
|
||||
metadata:
|
||||
name: simpleingressroute
|
||||
spec:
|
||||
entrypoints:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`your.domain.com`) && PathPrefix(`/notls`)
|
||||
@@ -18,7 +18,7 @@ kind: IngressRoute
|
||||
metadata:
|
||||
name: ingressroutetls
|
||||
spec:
|
||||
entrypoints:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`your.domain.com`) && PathPrefix(`/tls`)
|
||||
|
||||
Reference in New Issue
Block a user