wip: atlantis local chart and muliple envs

This commit is contained in:
2025-05-17 09:19:52 +02:00
parent 223149ecdd
commit ee09bf74ac
48 changed files with 70 additions and 4 deletions
-22
View File
@@ -1,22 +0,0 @@
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