Skip to content

Commit

Permalink
Merge pull request #290 from chawlabhishek/main
Browse files Browse the repository at this point in the history
Docs(Updates Instructions): Adds note about required endpoints for HTTP and gRPC requests
  • Loading branch information
chawlabhishek authored Apr 12, 2023
2 parents 381201c + 27e5cd0 commit 81461d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/installation/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -148,7 +150,7 @@ spec:
volumeMounts:
- name: mittens-config
mountPath: /mittens
volumes:
volumes:
- name: mittens-config
configMap:
name: mittens-config
Expand Down

0 comments on commit 81461d0

Please sign in to comment.