Skip to content

Commit

Permalink
Update default-source-providers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag committed Oct 22, 2024
1 parent 4d02a36 commit fb7bfe5
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion cli/service/resources/default-source-providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,63 @@ spec:
partitionKey:
type: string
required:
- partitionKey
- partitionKey
---
apiVersion: v1
kind: SourceProvider
name: Dataverse
spec:
services:
proxy:
image: source-dataverse-proxy
dapr:
app-port: "80"
reactivator:
image: source-dataverse-reactivator
config_schema:
type: object
properties:
endpoint:
type: string
clientId:
type: string
secret:
type: string
entities:
type: array
interval:
type: integer
default: 60
required:
- endpoint
- clientId
- secret
- entities
---
apiVersion: v1
kind: SourceProvider
name: EventHub
spec:
services:
proxy:
image: source-eventhub-proxy
dapr:
app-port: "80"
reactivator:
image: source-eventhub-reactivator
config_schema:
type: object
properties:
connectionString:
type: string
consumerGroup:
type: string
default: "$Default"
eventHubs:
type: array
bootstrapWindow:
type: integer
default: 0
required:
- connectionString
- eventHubs

0 comments on commit fb7bfe5

Please sign in to comment.