From 27e5cd0e96dfbe99e01dcc2e56b289402184b789 Mon Sep 17 00:00:00 2001 From: Abhishek Chawla Date: Tue, 11 Apr 2023 18:55:51 +0100 Subject: [PATCH] Docs(Updates Instructions): Adds note about required endpoints for HTTP and gRPC requests --- docs/installation/running.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation/running.md b/docs/installation/running.md index c51eb6a..b5b9016 100644 --- a/docs/installation/running.md +++ b/docs/installation/running.md @@ -6,6 +6,8 @@ title: How to Run The simplest way to run Mittens is as a cmd application. It receives a number of command line arguments (see [flags](https://expediagroup.github.io/mittens/docs/about/getting-started#flags)). You can also run it as a linked Docker container or even as a sidecar in Kubernetes. +> Please ensure that your service provides endpoints for both HTTP and gRPC requests, with the HTTP endpoint being exposed at `/hotel/potatoes` and the gRPC endpoint at `service/method` before running the below commands. + ## Run as a cmd application You can run the binary executable as follows: @@ -148,7 +150,7 @@ spec: volumeMounts: - name: mittens-config mountPath: /mittens - volumes: + volumes: - name: mittens-config configMap: name: mittens-config