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.