From 44544d80ac014a656942c6c2311a7c301ca9514a Mon Sep 17 00:00:00 2001
From: Alex Ellis <alexellis2@gmail.com>
Date: Mon, 4 Sep 2017 10:12:51 +0100
Subject: [PATCH] Mention replacing watchdog

---
 watchdog/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/watchdog/README.md b/watchdog/README.md
index fdf0ecd4..b1263095 100644
--- a/watchdog/README.md
+++ b/watchdog/README.md
@@ -151,6 +151,10 @@ By default the watchdog will match the response of your function to the "Content
 
 To override the Content-Type of all your responses set the `content_type` environmental variable.
 
+**I don't want to use the watchdog**
+
+This is an unsupported use-case for the OpenFaaS project however if your container exposes HTTP POST on port 8080 then the OpenFaaS API gateway and other tooling will manage your container.
+
 **Tuning auto-scaling**
 
 Auto-scaling starts at 1 replica and steps up in blocks of 5:
-- 
GitLab