fix(trading): update network policy egress to siriusdevops-pgdb
Migrate trading platform DB egress rule from hermes-pgdb to siriusdevops-pgdb to complete the trading DB migration. The configmaps already point to siriusdevops-pgdb-rw but the network policy still allowed egress to the old cluster.
This commit is contained in:
parent
558a5a7c9e
commit
e28d6ccf10
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ spec:
|
||||||
- to:
|
- to:
|
||||||
- podSelector:
|
- podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
cnpg.io/cluster: hermes-pgdb
|
cnpg.io/cluster: siriusdevops-pgdb
|
||||||
ports:
|
ports:
|
||||||
- port: 5432
|
- port: 5432
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue