blob: 55aa97fc0234617e9723a57fe37119dbce6a1b49 [file] [log] [blame]
## Router rules and fault injection rules are moved to router.yaml
#plugin:
# destinationResolver:
# http: host # how to turn host to destination name. default to service nameļ¼Œ
admin: #admin API
goRuntimeMetrics : true # enable metrics
enable: true
## enable pprof to profile mesher runtime
#pprof:
# enable: false
# this health check will ping local service port to check if service is still alive, if service can not reachable, mesher
# will update status to OUT_OF_SERVICE in service center
#localHealthCheck:
# - port: 8080
# uri: /health
# interval: 30s
# match:
# status: 200
# body: ok
mesher:
ingress:
type: servicecomb
rule:
http: |
- host: example.com
limit: 30
apiPath: /some/api
service:
name: example
redirectPath: /another/api
port:
name: http-legacy
value: 8080
- apiPath: /sayerror/api
service:
name: Server
redirectPath: /sayerror
port:
name: http
value: 8080
- apiPath: /some/api
service:
name: Server
port:
name: http
value: 8080