fix(db): allow inter-hub to reach net-kingdom-pg
This commit is contained in:
parent
18c1b86498
commit
c16fa1f81c
2 changed files with 28 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -49,6 +49,9 @@ apps-pg-shell: ## Open psql shell on apps-pg primary as apps_admin / apps_meta
|
|||
apps-pg-logs: ## Tail apps-pg primary logs
|
||||
$(KUBECTL) logs -n databases -l cnpg.io/cluster=apps-pg -f --tail=50
|
||||
|
||||
net-kingdom-pg-inter-hub-networkpolicy-deploy: ## Allow inter-hub to reach net-kingdom-pg
|
||||
$(KUBECTL) apply -f helm/net-kingdom-pg-inter-hub-networkpolicy.yaml
|
||||
|
||||
##@ PostgreSQL HA (legacy — superseded by cnpg above)
|
||||
|
||||
pg-deploy: ## Deploy / upgrade standalone PostgreSQL HA to platform namespace
|
||||
|
|
@ -148,4 +151,4 @@ help: ## Show this help
|
|||
/^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-22s\033[0m %s\n", $$1, $$2 } \
|
||||
/^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) }' $(MAKEFILE_LIST)
|
||||
|
||||
.PHONY: db-deploy db-status db-shell db-logs apps-pg-deploy apps-pg-status apps-pg-shell apps-pg-logs pg-deploy pg-status pg-pgpool-check valkey-deploy valkey-status openbao-repo openbao-dry-run openbao-deploy openbao-status openbao-verify openbao-verify-post-unseal openbao-configure-initial openbao-verify-authenticated openbao-validate-restore-evidence openbao-validate-emergency-evidence backup help
|
||||
.PHONY: db-deploy db-status db-shell db-logs apps-pg-deploy apps-pg-status apps-pg-shell apps-pg-logs net-kingdom-pg-inter-hub-networkpolicy-deploy pg-deploy pg-status pg-pgpool-check valkey-deploy valkey-status openbao-repo openbao-dry-run openbao-deploy openbao-status openbao-verify openbao-verify-post-unseal openbao-configure-initial openbao-verify-authenticated openbao-validate-restore-evidence openbao-validate-emergency-evidence backup help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue