Skip to content

Commit

Permalink
NATS Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 17, 2024
1 parent e5b7936 commit 199c7af
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
31 changes: 16 additions & 15 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 199c7af

Please sign in to comment.