fix: Use different ingress for staging/prod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user