chore: Checkout of previous helm config for atlantis, openfga, redis and rabbitmq

This commit is contained in:
Moritz Jörg
2025-06-10 20:06:01 +02:00
committed by Moritz Jörg
parent 1807d99524
commit 9e56811a8f
56 changed files with 1823 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: slurm-events
spec:
type: bindings.rabbitmq
version: v1
metadata:
- name: host
secretKeyRef:
name: prod-atlantis-rabbitmq
key: connString
- name: queueName
value: prod-slurm-job-events
- name: durable
value: true
- name: contentType
value: "application/json"
- name: route
value: /events/slurm
scopes:
- prod-atlantis