Мини правки

This commit is contained in:
2025-11-05 19:29:20 +03:00
parent ed53bc8658
commit 79c629162f
2 changed files with 3 additions and 1 deletions

View File

@@ -23,4 +23,6 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
securityContext:
privileged: true
{{ end }} {{ end }}

View File

@@ -13,7 +13,7 @@ jwt:
database: database:
secretName: liquid-db-app secretName: liquid-db-app
migrateDb: true migrateDb: true
dropDb: true dropDb: false
frontend: frontend:
enable: true enable: true
testingModule: testingModule: