forked from canonical/pgbouncer-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
78 lines (69 loc) · 1.64 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: pgbouncer
display-name: PgBouncer
summary: Charmed PgBouncer VM operator
description: |
Lightweight connection pooler for PostgreSQL.
This charm supports PgBouncer in in bare-metal/virtual-machines.
docs: https://discourse.charmhub.io/t/pgbouncer-documentation/12133
source: https://github.com/canonical/pgbouncer-operator
issues: https://github.com/canonical/pgbouncer-operator/issues
website:
- https://ubuntu.com/data/postgresql
- https://charmhub.io/pgbouncer
- https://github.com/canonical/pgbouncer-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
- https://www.pgbouncer.org/
maintainers:
- Canonical Data Platform <[email protected]>
series:
- jammy
- focal
peers:
pgb-peers:
interface: pgb_peers
upgrade:
interface: upgrade
subordinate: true
provides:
database:
interface: postgresql_client
limit: 1
optional: true
scope: container
# Legacy relations - these will be deprecated in a future release
db:
interface: pgsql
limit: 1
optional: true
scope: container
db-admin:
interface: pgsql
limit: 1
optional: true
scope: container
cos-agent:
interface: cos_agent
limit: 1
requires:
backend-database:
interface: postgresql_client
optional: false
limit: 1
certificates:
interface: tls-certificates
optional: true
limit: 1
juju-info:
interface: juju-info
scope: container
limit: 1
tracing:
interface: tracing
limit: 1
optional: true
ha:
interface: hacluster
limit: 1
optional: true