From 4e302c4e8b94e6e3c040319c0881ea2373d1cbd3 Mon Sep 17 00:00:00 2001 From: George Stykalin Date: Sun, 2 Jun 2024 21:17:22 +0300 Subject: [PATCH] update demo app --- examples/demo-app/raw/kvazaric-frontend/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo-app/raw/kvazaric-frontend/deployment.yaml b/examples/demo-app/raw/kvazaric-frontend/deployment.yaml index ff61ac0..ec71ae2 100644 --- a/examples/demo-app/raw/kvazaric-frontend/deployment.yaml +++ b/examples/demo-app/raw/kvazaric-frontend/deployment.yaml @@ -6,7 +6,7 @@ metadata: app: kvazaric-frontend app.kubernetes.io/component: "kvazaric-frontend" spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: kvazaric-frontend