chore: setup boilerplate for particle processor worker

This sets up an example of listening to firestore data and reacting. It
also sets up our first worker in the kubernetes cluster.
This commit is contained in:
talksik
2026-03-25 09:52:23 -07:00
parent 86bdc78852
commit d8a45b22d3
6 changed files with 126 additions and 0 deletions
+4
View File
@@ -34,6 +34,10 @@ profiles:
context: .
docker:
dockerfile: Dockerfile
- image: particleprocessorworker
context: .
docker:
dockerfile: Dockerfile.particleprocessorworker
manifests:
rawYaml:
- k8s/dev/*