Use the same case every where for entryPoints.

This commit is contained in:
Ludovic Fernandez 2019-04-15 11:14:05 +02:00 committed by Traefiker Bot
parent b9f826554c
commit 8389b46b5c
74 changed files with 248 additions and 248 deletions

View file

@ -32,7 +32,7 @@ kind: IngressRoute
metadata:
name: ingressroute.crd
spec:
entrypoints:
entryPoints:
- web
- web-secure
routes:
@ -45,21 +45,21 @@ spec:
services:
- name: s1
port: 80
healthcheck:
healthCheck:
path: /health
host: baz.com
intervalseconds: 7
timeoutseconds: 60
intervalSeconds: 7
timeoutSeconds: 60
# strategy defines the load balancing strategy between the servers. It defaults
# to Round Robin, and for now only Round Robin is supported anyway.
strategy: RoundRobin
- name: s2
port: 433
healthcheck:
healthCheck:
path: /health
host: baz.com
intervalseconds: 7
timeoutseconds: 60
intervalSeconds: 7
timeoutSeconds: 60
- match: PathPrefix(`/misc`)
services:
- name: s3