-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
44 lines (44 loc) · 1.48 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
"name": "postgresql"
"summary": "PostgreSQL object-relational SQL database (supported version)"
"maintainers":
- "Syed Mohammad Adnan Karim <[email protected]>"
"description": |
PostgreSQL is a powerful, open source object-relational database system.
It has more than 15 years of active development and a proven
architecture that has earned it a strong reputation for reliability,
data integrity, and correctness. It is fully ACID compliant, has full
support for foreign keys, joins, views, triggers, and stored procedures
(in multiple languages). It includes most SQL:2008 data types, including
INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.
It also supports storage of binary large objects, including pictures,
sounds, or video. It has native programming interfaces for C/C++, Java,
.Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional
documentation (http://www.postgresql.org/docs/manuals/).
"tags":
- "database"
- "databases"
"series":
- "kubernetes"
"provides":
"db":
"interface": "pgsql"
"optional": !!bool "true"
"db-admin":
"interface": "pgsql"
"optional": !!bool "true"
"peers":
"coordinator":
"interface": "coordinator"
"replication":
"interface": "pgpeer"
"cluster":
"interface": "cluster"
"display-name": "PostgreSQL"
"deployment":
"type": "stateful"
"service": "cluster"
"storage":
"data":
"type": "filesystem"
"location": "/bitnami/postgresql/"
"minimum-size": 8G