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:
sirius0xdev 2026-05-25 20:08:07 +00:00
parent 558a5a7c9e
commit e28d6ccf10

View file

@ -87,7 +87,7 @@ spec:
- to:
- podSelector:
matchLabels:
cnpg.io/cluster: hermes-pgdb
cnpg.io/cluster: siriusdevops-pgdb
ports:
- port: 5432
protocol: TCP