From 4f3f008ba358c3ecb931b75eefd8de90420c91d5 Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Mon, 2 Sep 2019 20:42:54 +0200 Subject: [PATCH] Fix some typos in the watchdog/README.md file Signed-off-by: Jonatas Baldin --- watchdog/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watchdog/README.md b/watchdog/README.md index 6fed2001..282e0385 100644 --- a/watchdog/README.md +++ b/watchdog/README.md @@ -199,7 +199,7 @@ To override the Content-Type of all your responses set the `content_type` enviro This is an unsupported use-case for the OpenFaaS project however if your container conforms to the requirements below then the OpenFaaS API gateway and other tooling will manage and scale your service. -You will need to provide a lock-file at `/tmp/.lock` so that the orchestration system can run healthchecks on your container. If you are using Docker Swarm make sure you provide a `HEALTHCHECK` instruction in your Dockerfile - samples are given in the `faas` repository. +You will need to provide a lock-file at `/tmp/.lock` so that the orchestration system can run health checks on your container. If you are using Docker Swarm make sure you provide a `HEALTHCHECK` instruction in your Dockerfile - samples are given in the `faas` repository. * Expose TCP port 8080 over HTTP * Create `/tmp/.lock` or in whatever location responds to the OS tempdir syscall @@ -215,7 +215,7 @@ Auto-scaling starts at 1 replica and steps up in blocks of 5: You can override the minimum and maximum scale of a function through labels. -Add these labels to the deployment if you want to sacle between 2 and 15 replicas. +Add these labels to the deployment if you want to scale between 2 and 15 replicas. ``` com.openfaas.scale.min: "2"