forked from canonical/pgbouncer-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
73 lines (66 loc) · 1.86 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
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: pgbouncer-k8s
display-name: PgBouncer K8s
summary: Charmed K8s operator for PgBouncer
description: |
Lightweight connection pooler for PostgreSQL.
This charm supports PgBouncer in Kubernetes environments.
docs: https://discourse.charmhub.io/t/pgbouncer-k8s-documentation/12132
source: https://github.com/canonical/pgbouncer-k8s-operator
issues: https://github.com/canonical/pgbouncer-k8s-operator/issues
website:
- https://ubuntu.com/data/postgresql
- https://charmhub.io/pgbouncer-k8s
- https://github.com/canonical/pgbouncer-k8s-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
- https://www.pgbouncer.org/
maintainers:
- Canonical Data Platform <[email protected]>
containers:
pgbouncer:
resource: pgbouncer-image
resources:
pgbouncer-image:
type: oci-image
description: OCI image for pgbouncer
upstream-source: ghcr.io/canonical/charmed-pgbouncer@sha256:416816e45e1a95647e8cfcdba9a0cad6c76a77969c1c0211f6ace81610ab81d1 # renovate: oci-image tag: 1.21-22.04_edge
provides:
database:
interface: postgresql_client
optional: true
# Legacy relations - these will be deprecated in a future release
db:
interface: pgsql
optional: true
db-admin:
interface: pgsql
optional: true
metrics-endpoint:
interface: prometheus_scrape
optional: true
grafana-dashboard:
interface: grafana_dashboard
optional: true
requires:
backend-database:
interface: postgresql_client
optional: false
limit: 1
certificates:
interface: tls-certificates
optional: true
limit: 1
logging:
interface: loki_push_api
limit: 1
optional: true
tracing:
interface: tracing
limit: 1
optional: true
peers:
pgb-peers:
interface: pgb_peers
upgrade:
interface: upgrade