fix(atlantis): Switch to redis operator

This commit is contained in:
2025-11-13 10:44:53 +01:00
parent 6b765177da
commit 90b62a4f75
4 changed files with 4 additions and 4 deletions
@@ -68,7 +68,7 @@
} }
], ],
"plume": "plume.ekman.oceanbox.io", "plume": "plume.ekman.oceanbox.io",
"redis": "staging-atlantis-redis-master:6379", "redis": "staging-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.ekman.oceanbox.io", "sorcerer" : "https://sorcerer.ekman.oceanbox.io",
@@ -7,7 +7,7 @@ spec:
version: v1 version: v1
metadata: metadata:
- name: redisHost - name: redisHost
value: staging-atlantis-redis-master:6379 value: staging-atlantis-redis:6379
- name: redisUsername - name: redisUsername
value: default value: default
- name: redisPassword - name: redisPassword
@@ -7,7 +7,7 @@ spec:
version: v1 version: v1
metadata: metadata:
- name: redisHost - name: redisHost
value: staging-atlantis-redis-master:6379 value: staging-atlantis-redis:6379
- name: redisUsername - name: redisUsername
value: default value: default
- name: redisPassword - name: redisPassword
@@ -7,7 +7,7 @@ spec:
version: v1 version: v1
metadata: metadata:
- name: redisHost - name: redisHost
value: staging-atlantis-redis-master:6379 value: staging-atlantis-redis:6379
- name: redisUsername - name: redisUsername
value: default value: default
- name: redisPassword - name: redisPassword