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