PostgreSQL
Bindplane Postgres Helm Configuration
Basic Example
backend:
type: postgres
postgres:
host: 'postgres.mycorp.net'
port: 5432
database: 'bindplane'
username: 'bindplane'
password: 'bindplane-pass'Last updated
Was this helpful?