Skip to content

Commit c572c61

Browse files
committed
[installer] Remove slowserver
1 parent b0bfd65 commit c572c61

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

components/proxy/conf/Caddyfile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -285,18 +285,7 @@ https://{$GITPOD_DOMAIN} {
285285
handle @to_server {
286286
import compression
287287

288-
forward_auth server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:3000 {
289-
uri /feature-flags/slow-database
290-
copy_headers X-Gitpod-Slow-Database
291-
}
292-
293-
import slow_fast_matchers
294-
295-
reverse_proxy @fast server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:3000 {
296-
import upstream_connection
297-
}
298-
299-
reverse_proxy @slow slow-server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:3000 {
288+
reverse_proxy server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:3000 {
300289
import upstream_connection
301290
}
302291
}

0 commit comments

Comments
 (0)