From c5d70f7cd4ecfa51f3451821a4bcffa2eb1cbb1a Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Thu, 12 Oct 2023 19:22:30 +0000 Subject: [PATCH] [proxy] Add /api/health 200 --- components/proxy/conf/Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/proxy/conf/Caddyfile b/components/proxy/conf/Caddyfile index eb8055af75c8b4..41576e2788a86e 100644 --- a/components/proxy/conf/Caddyfile +++ b/components/proxy/conf/Caddyfile @@ -195,6 +195,10 @@ https://{$GITPOD_DOMAIN} { import ssl_configuration import security_headers + handle /api/health { + respond 200 + } + @proxy_server_public_api path /public-api/gitpod.experimental.v1.HelloService* handle @proxy_server_public_api { uri strip_prefix /public-api