aboutsummaryrefslogtreecommitdiffstats
path: root/node-maintainer/src/main/application/services.xml
blob: 09effc10ebdf81546ae3f7cfce3dbc61fa454023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services version="1.0">
  <jdisc version="1.0" jetty="true">
    <http>
      <server id='server1' port='19094' />
    </http>
    <handler id="com.yahoo.vespa.hosted.node.maintainer.restapi.v1.MaintainerApiHandler" bundle="node-maintainer">
      <binding>http://*/maintainer/*</binding>
    </handler>
  </jdisc>
</services>