Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/gql' into gql
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Nov 1, 2024
2 parents be94ded + 7a8a3fa commit 8f4347d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ backend:
updater:
schedule: "0 0 * * *"
suspend: false
command: ["/bin/sh", "-c", "npm run update:catalog;"]
command: ["npm", "run", "update:catalog", "--workspace=backend"]
4 changes: 3 additions & 1 deletion infra/mongo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ mongodb:
existingClaim: bt-prod-mongo-pvc

# path in pod. should be same for all mongo pods.
mountPath: /data/db
size: 10Gi

volumePermissions:
enabled: true

0 comments on commit 8f4347d

Please sign in to comment.