Skip to content

Commit

Permalink
Create funnel-worker-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 authored Oct 10, 2024
1 parent 375d996 commit 79ecee3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions deployments/kubernetes/funnel-worker-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Database: boltdb

BoltDB:
Path: /opt/funnel/funnel-work-dir/funnel.bolt.db

Compute: kubernetes

Kubernetes:
# The executor used to execute tasks. Available executors: docker, kubernetes
Executor: "kubernetes"

Logger:
Level: debug

RPCClient:
MaxRetries: 3
Timeout: 30s

EventWriters:
- rpc
- log

Server:
HostName: < funnel service clusterIP >
RPCPort: 9090

0 comments on commit 79ecee3

Please sign in to comment.