Skip to content

Commit

Permalink
set test max connections and get postgres logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Apr 15, 2024
1 parent 04a5450 commit 227ca65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ jobs:
run: |
kubectl -n default get all
kubectl -n default logs pod/release-name-bindplane-0
- name: "Debug: Get postgres status and logs"
if: always()
run: |
kubectl -n postgres get all
kubectl -n postgres logs pod/postgres-0
1 change: 1 addition & 0 deletions test/cases/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ backend:
database: bindplane
username: postgres
password: password
maxConnections: 2

eventbus:
type: nats
Expand Down

0 comments on commit 227ca65

Please sign in to comment.