Merge branch 'mrtz/prod-plume' into 'main'

feat: Create production instance of plume

See merge request oceanbox/manifests!13
This commit was merged in pull request #27.
This commit is contained in:
2025-07-09 15:49:35 +02:00
12 changed files with 179 additions and 3 deletions
@@ -67,6 +67,7 @@
"roles": [ "admin" ]
}
],
"plume": "plume.data.oceanbox.io",
"redis": "prod-atlantis-redis-master:6379",
"objectStore": "https://atlantis.blob.core.windows.net",
"connString": "Username=postgres;Password=secret;Host=localhost;Port=5432;Database=app;Pooling=true;",
@@ -67,6 +67,7 @@
"roles": [ "admin" ]
}
],
"plume": "plume.ekman.oceanbox.io",
"redis": "staging-atlantis-redis-master:6379",
"objectStore": "https://atlantis.blob.core.windows.net",
"connString": "Username=postgres;Password=secret;Host=localhost;Port=5432;Database=app;Pooling=true;",
@@ -8,6 +8,7 @@ spec:
egress:
- toFQDNs:
- matchPattern: 'plume.data.oceanbox.io'
- matchPattern: 'plume.ekman.oceanbox.io'
endpointSelector:
matchLabels:
app.kubernetes.io/name: atlantis