Skip to content

Commit

Permalink
[k8s] microsoft: Add microsoft-worker to connectors-worker-deployment (
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Jul 23, 2024
1 parent 91ddbac commit de129fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion k8s/deployments/connectors-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ spec:
- name: web
image: gcr.io/or1g1n-186209/connectors-image:latest
command: ["npm", "run", "start:worker"]
args: ["--", "--workers", "confluence", "github", "intercom", "slack"]
args:
[
"--",
"--workers",
"confluence",
"github",
"intercom",
"slack",
"microsoft",
]
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand Down

0 comments on commit de129fc

Please sign in to comment.