diff --git a/backend/src/main.ts b/backend/src/main.ts index 1a4fd1193..e72cf0cdb 100644 --- a/backend/src/main.ts +++ b/backend/src/main.ts @@ -20,7 +20,7 @@ async function bootstrap() { const config = new DocumentBuilder() .setTitle("Compliance and Enforcement - Complaint Management API") .setDescription("The Complicance and Enforcement - Complaint Management API") - .setVersion("1.0.0") + .setVersion("1.0") .addTag("Compliance and Enforcement - Complaint Management") .build(); diff --git a/charts/app/values.yaml b/charts/app/values.yaml index 0cc759d8b..1e11053da 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -355,22 +355,23 @@ backup: # Deploys JetStream nats: enabled: true - replicaCount: 1 - resources: - requests: - cpu: 100m - memory: 100Mi - limits: - cpu: 200m - memory: 400Mi - jetstream: - enabled: true - fileStore: - pvc: - size: 200Mi - memoryStore: + nats: + replicaCount: 1 + resources: + requests: + cpu: 100m + memory: 100Mi + limits: + cpu: 200m + memory: 400Mi + jetstream: enabled: true - maxSize: 250Mi + fileStore: + pvc: + size: 200Mi + memoryStore: + enabled: true + maxSize: 250Mi cluster: enabled: true natsBox: