From 79c629162f676e4328314613ebf469e64d6125c1 Mon Sep 17 00:00:00 2001 From: Roman Pytkov Date: Wed, 5 Nov 2025 19:29:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=BD=D0=B8=20=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/Deployments/testing-module-worker-deployment.yaml | 2 ++ liquid-code/values.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml b/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml index 5b73182..e62b667 100644 --- a/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml +++ b/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml @@ -23,4 +23,6 @@ spec: imagePullPolicy: Always ports: - containerPort: 8080 + securityContext: + privileged: true {{ end }} diff --git a/liquid-code/values.yaml b/liquid-code/values.yaml index 2532c3e..c08bbfd 100644 --- a/liquid-code/values.yaml +++ b/liquid-code/values.yaml @@ -13,7 +13,7 @@ jwt: database: secretName: liquid-db-app migrateDb: true - dropDb: true + dropDb: false frontend: enable: true testingModule: