From a5abe9ca3eece194776bf8fe44d9c12192b09058 Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Thu, 15 Oct 2020 09:20:09 -0400 Subject: [PATCH] hack/lib/tilt: fix deployment change leftover from c030551a Signed-off-by: Andrew Keesler --- hack/lib/tilt/Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/lib/tilt/Tiltfile b/hack/lib/tilt/Tiltfile index 9859835a..4f96c775 100644 --- a/hack/lib/tilt/Tiltfile +++ b/hack/lib/tilt/Tiltfile @@ -92,7 +92,7 @@ k8s_yaml(local([ '--data-value', 'namespace=supervisor', '--data-value', 'image_repo=image/supervisor', '--data-value', 'image_tag=tilt-dev', - '--data-value-yaml', 'replicas=2', + '--data-value-yaml', 'replicas=1', '--data-value-yaml', 'service_nodeport_port=31234', ])) # Tell tilt to watch all of those files for changes.