blob: cf7daa453e40c27007d4b1473234b030ec14c21e [file] [log] [blame]
#
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
spring:
cloud:
gateway:
routes:
- id: provider-java-chassis
uri: lb://provider-java-chassis
predicates:
- Path=/java-chassis/**
- id: provider-spring-cloud
uri: lb://provider-spring-cloud
predicates:
- Path=/spring-cloud/**
httpclient:
pool:
maxConnections: 50
maxIdleTime: PT300S
maxLifeTime: PT600S
evictionInterval: PT600S
type: FIXED