Skip to content

Commit

Permalink
Connected to async onMessage again
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Mar 28, 2024
1 parent 2435140 commit a31e918
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/hivecommand-backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const prisma = new PrismaClient();
actions: ['create', 'read', 'update', 'delete']
}
],

contextFactory: contextFactory
})

Expand Down
3 changes: 3 additions & 0 deletions packages/infrastructure/main/src/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export const Deployment = (provider: Provider, rootServer: string, dbUrl: Output
// }
// }
}],
nodeSelector: {
role: 'worker'
}
// volumes: [{
// name: `endpoints-config`,
// configMap: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const Deployment = (provider: Provider, namespace: k8s.core.v1.Namespace,
// }
// }
}],

nodeSelector: {
role: 'worker'
}
// volumes: [{
// name: `endpoints-config`,
// configMap: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ export const Deployment = (provider: Provider, namespace: k8s.core.v1.Namespace,
// }
// }
}],
nodeSelector: {
role: 'worker'
}
// volumes: [{
// name: `endpoints-config`,
// configMap: {
Expand Down

0 comments on commit a31e918

Please sign in to comment.