fix(atlantius): No masters and wrong rabbit
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user