Skip to content

Commit

Permalink
test postgres and pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Apr 16, 2024
1 parent 8dd5fca commit a746a8a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions test/cases/all/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,22 @@ config:
enterprise: false
mutliAccount: false
backend:
type: bbolt
type: postgres
bbolt:
volumeSize: 2Gi
postgres:
host: postgres.postgres.svc.cluster.local
database: bindplane
username: postgres
password: password
maxConnections: 20
eventbus:
type: ""
type: 'pubsub'
pubsub:
projectid: 'my-project'
topic: 'bindplane'
insecure: true
endpoint: "pubsub-emulator.pubsub.svc.cluster.local:8681"
auth:
type: ldap
ldap:
Expand Down Expand Up @@ -50,6 +61,6 @@ trace:
otlp:
endpoint: collector.local
insecure: true
replicas: 2 # Don't do this with bolt store in production
replicas: 3
autoscaling:
enable: false

0 comments on commit a746a8a

Please sign in to comment.