devel: rename manifests/ to kustomizations/
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Create a queue binding for receiving events from RabbitMQ.
|
||||
# Used by Hipster to get info about changes in job status from slurm.
|
||||
#
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: slurm-events # name of the subscription path in the app!
|
||||
spec:
|
||||
type: bindings.rabbitmq
|
||||
version: v1
|
||||
metadata:
|
||||
- name: host
|
||||
secretKeyRef:
|
||||
name: prod-rabbitmq
|
||||
key: connString
|
||||
- name: queueName
|
||||
value: prod-hipster-slurm-job-events
|
||||
- name: durable
|
||||
value: true
|
||||
- name: contentType
|
||||
value: "application/json"
|
||||
scopes:
|
||||
- prod-hipster
|
||||
Reference in New Issue
Block a user