-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
42 lines (38 loc) · 1.13 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
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: postgresql-test-app
summary: PostgreSQL Test App
description: |
PostgreSQL application charm used in various tests.
docs: https://discourse.charmhub.io/t/11730
source: https://github.com/canonical/postgresql-test-app
issues: https://github.com/canonical/postgresql-test-app/issues
website:
- https://ubuntu.com/data/postgresql
- https://charmhub.io/postgresql
- https://github.com/canonical/postgresql-operator
- https://github.com/canonical/postgresql-k8s-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
maintainers:
- Canonical Data Platform <[email protected]>
requires:
database:
interface: postgresql_client
limit: 1
second-database:
interface: postgresql_client
limit: 1
multiple-database-clusters:
interface: postgresql_client
aliased-multiple-database-clusters:
interface: postgresql_client
limit: 2
no-database:
interface: postgresql_client
db:
interface: pgsql
limit: 1
optional: true
peers:
postgresql-test-peers:
interface: postgresql-test-peers