fix: Use different ingress for staging/prod

This commit is contained in:
2025-07-09 14:42:42 +02:00
parent da06af5b86
commit 0b5586d143
3 changed files with 3 additions and 0 deletions
@@ -67,6 +67,7 @@
"roles": [ "admin" ] "roles": [ "admin" ]
} }
], ],
"plume": "plume.data.oceanbox.io",
"redis": "prod-atlantis-redis-master:6379", "redis": "prod-atlantis-redis-master: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;",
@@ -67,6 +67,7 @@
"roles": [ "admin" ] "roles": [ "admin" ]
} }
], ],
"plume": "plume.ekman.oceanbox.io",
"redis": "staging-atlantis-redis-master:6379", "redis": "staging-atlantis-redis-master: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;",
@@ -8,6 +8,7 @@ spec:
egress: egress:
- toFQDNs: - toFQDNs:
- matchPattern: 'plume.data.oceanbox.io' - matchPattern: 'plume.data.oceanbox.io'
- matchPattern: 'plume.ekman.oceanbox.io'
endpointSelector: endpointSelector:
matchLabels: matchLabels:
app.kubernetes.io/name: atlantis app.kubernetes.io/name: atlantis