Skip to content

Commit

Permalink
fix: typo in mongo egress rule
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Aug 24, 2024
1 parent 2e99a73 commit 4df5778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
- port: "{{ .Values.otelPort }}"
protocol: TCP
- toEndpoints:
-matchLabels:
- matchLabels:
"app": {{ .Values.mongoName }}
toPorts:
- ports:
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import mongoose from "mongoose";
import { WebSocketServer } from "ws";
import { ValueType, metrics } from "@opentelemetry/api";

// mongoose.set('debug', true);
// mongoose.set('debug', true); //

log.info(`System starting in ${process.env.NODE_ENV}`);

Expand Down

0 comments on commit 4df5778

Please sign in to comment.