fix(atlantius): No masters and wrong rabbit

This commit is contained in:
2026-02-12 13:32:40 +01:00
parent 2bdaab1bd7
commit 9433bd431e
2 changed files with 3 additions and 3 deletions
@@ -68,7 +68,7 @@
} }
], ],
"plume": "plume.data.oceanbox.io", "plume": "plume.data.oceanbox.io",
"redis": "beta-atlantis-redis-master:6379", "redis": "beta-atlantis-redis:6379",
"objectStore": "https://atlantis.blob.core.windows.net", "objectStore": "https://atlantis.blob.core.windows.net",
"connString": "Username=postgres;Password=secret;Host=localhost;Port=5432;Database=app;Pooling=true;", "connString": "Username=postgres;Password=secret;Host=localhost;Port=5432;Database=app;Pooling=true;",
"sorcerer" : "https://sorcerer.beta.oceanbox.io", "sorcerer" : "https://sorcerer.beta.oceanbox.io",
+2 -2
View File
@@ -8,10 +8,10 @@ spec:
metadata: metadata:
- name: host - name: host
secretKeyRef: secretKeyRef:
name: beta-atlantis-rabbitmq name: prod-atlantis-rabbitmq
key: connString key: connString
- name: queueName - name: queueName
value: prod-slurm-job-events value: beta-slurm-job-events
- name: durable - name: durable
value: true value: true
- name: contentType - name: contentType