From 7927121db09dc3694ab731f77dc7f8172879f704 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Mon, 25 Nov 2024 18:55:58 +0100 Subject: [PATCH] set amount of librespeed deployments to 1 --- librespeed/base/librespeed-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespeed/base/librespeed-deployment.yaml b/librespeed/base/librespeed-deployment.yaml index a83b060..4fa9c08 100644 --- a/librespeed/base/librespeed-deployment.yaml +++ b/librespeed/base/librespeed-deployment.yaml @@ -4,7 +4,7 @@ metadata: name: librespeed namespace: librespeed spec: - replicas: 3 + replicas: 1 selector: matchLabels: app: librespeed