Create Kubernetes Probes for API Server[VOL-1731]

Change-Id: Ie289ffce77af284f2b8f62603f8570d80a598e50
diff --git a/arouter.json b/arouter.json
index 57e7715..26c3536 100644
--- a/arouter.json
+++ b/arouter.json
@@ -287,6 +287,8 @@
   "api": {
     "_comment": "If this isn't defined then no api is available for dynamic configuration and queries",
     "address": "localhost",
-    "port": 55554
+    "port": 55554,
+    "probeHost": "localhost",
+    "probePort": 8080
   }
 }