summaryrefslogtreecommitdiffstats
path: root/node-maintainer/src/main/application/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'node-maintainer/src/main/application/services.xml')
-rw-r--r--node-maintainer/src/main/application/services.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/node-maintainer/src/main/application/services.xml b/node-maintainer/src/main/application/services.xml
new file mode 100644
index 00000000000..09effc10ebd
--- /dev/null
+++ b/node-maintainer/src/main/application/services.xml
@@ -0,0 +1,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>