Skip to content

Commit

Permalink
Last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JowaDev committed Jun 11, 2024
1 parent fc8753a commit e3628c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"monitoring-repo-install": "helm repo add prometheus-community https://prometheus-community.github.io/helm-charts && helm upgrade --install -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/kube-stack-config.yaml prometheus-community prometheus-community/kube-prometheus-stack",
"deploy-locally": "helm upgrade --install disaster-recovery ./disaster-recovery",
"patch-cnpg-svc": "kubectl patch svc postgresql-rw -n dev -p '{\"spec\": {\"type\": \"NodePort\", \"ports\": [{\"name\": \"postgres\", \"nodePort\": 30003, \"port\": 5432, \"targetPort\": 5432, \"protocol\": \"TCP\"}]}}'",
"monitoring-svc-forward": "kubectl port-forward svc/prometheus-community-grafana 3000:80",
"monitoring-svc-forward": "kubectl port-forward svc/prometheus-community-grafana 3001:80",
"deploy": "bun run cnpg-repo-install && bun run monitoring-repo-install && bun run deploy-locally && bun run patch-cnpg-svc && bun run monitoring-svc-forward",
"generate-migration": "bunx drizzle-kit generate",
"push-migration": "bunx drizzle-kit migrate"
Expand Down

0 comments on commit e3628c7

Please sign in to comment.