fix: update dapr manifest api version
This commit is contained in:
@@ -1,23 +1,25 @@
|
|||||||
apiVersion: dapr.io/v1alpha1
|
apiVersion: dapr.io/v2alpha1
|
||||||
kind: Subscription
|
kind: Subscription
|
||||||
metadata:
|
metadata:
|
||||||
name: hipster-events
|
name: hipster-events
|
||||||
spec:
|
spec:
|
||||||
topic: hipster
|
topic: hipster
|
||||||
route: /hipster-events
|
routes:
|
||||||
|
default: /hipster-events
|
||||||
pubsubname: pubsub
|
pubsubname: pubsub
|
||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
scopes:
|
scopes:
|
||||||
- prod-atlantis
|
- prod-atlantis
|
||||||
---
|
---
|
||||||
apiVersion: dapr.io/v1alpha1
|
apiVersion: dapr.io/v2alpha1
|
||||||
kind: Subscription
|
kind: Subscription
|
||||||
metadata:
|
metadata:
|
||||||
name: inbox-events
|
name: inbox-events
|
||||||
spec:
|
spec:
|
||||||
topic: inbox
|
topic: inbox
|
||||||
route: /inbox-events
|
routes:
|
||||||
|
default: /inbox-events
|
||||||
pubsubname: pubsub
|
pubsubname: pubsub
|
||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
|
|||||||
@@ -1,23 +1,25 @@
|
|||||||
apiVersion: dapr.io/v1alpha1
|
apiVersion: dapr.io/v2alpha1
|
||||||
kind: Subscription
|
kind: Subscription
|
||||||
metadata:
|
metadata:
|
||||||
name: hipster-events
|
name: hipster-events
|
||||||
spec:
|
spec:
|
||||||
topic: hipster
|
topic: hipster
|
||||||
route: /hipster-events
|
routes:
|
||||||
|
default: /hipster-events
|
||||||
pubsubname: pubsub
|
pubsubname: pubsub
|
||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
scopes:
|
scopes:
|
||||||
- staging-atlantis
|
- staging-atlantis
|
||||||
---
|
---
|
||||||
apiVersion: dapr.io/v1alpha1
|
apiVersion: dapr.io/v2alpha1
|
||||||
kind: Subscription
|
kind: Subscription
|
||||||
metadata:
|
metadata:
|
||||||
name: inbox-events
|
name: inbox-events
|
||||||
spec:
|
spec:
|
||||||
topic: inbox
|
topic: inbox
|
||||||
route: /inbox-events
|
routes:
|
||||||
|
default: /inbox-events
|
||||||
pubsubname: pubsub
|
pubsubname: pubsub
|
||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
|
|||||||
Reference in New Issue
Block a user