Skip to content

Commit 809ed06

Browse files
committed
add postgresql for testing
1 parent 7dc63a9 commit 809ed06

37 files changed

Lines changed: 3669 additions & 0 deletions

addons/index.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ entries:
44
- name: debug
55
description: "Debug service"
66
version: 0.0.1
7+
postgresql-debug:
8+
- name: postgresql-debug
9+
description: "Debug service"
10+
version: 0.0.1
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: v1
2+
appVersion: 11.8.0
3+
description: Chart for PostgreSQL, an object-relational database management system
4+
(ORDBMS) with an emphasis on extensibility and on standards-compliance.
5+
engine: gotpl
6+
home: https://www.postgresql.org/
7+
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-110x117.png
8+
keywords:
9+
- postgresql
10+
- postgres
11+
- database
12+
- sql
13+
- replication
14+
- cluster
15+
maintainers:
16+
- email: containers@bitnami.com
17+
name: Bitnami
18+
- email: cedric@desaintmartin.fr
19+
name: desaintmartin
20+
name: postgresql
21+
sources:
22+
- https://github.com/bitnami/bitnami-docker-postgresql
23+
version: 8.10.13

addons/postgresql-debug-0.0.1/chart/postgresql/README.md

Lines changed: 589 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
commonAnnotations:
2+
helm.sh/hook: "pre-install, pre-upgrade"
3+
helm.sh/hook-weight: "-1"
4+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Leave this file empty to ensure that CI runs builds against the default configuration in values.yaml.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
shmVolume:
2+
enabled: false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copy here your postgresql.conf and/or pg_hba.conf files to use it as a config map.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
If you don't want to provide the whole configuration file and only specify certain parameters, you can copy here your extended `.conf` files.
2+
These files will be injected as a config maps and add/overwrite the default configuration using the `include_dir` directive that allows settings to be loaded from files other than the default `postgresql.conf`.
3+
4+
More info in the [bitnami-docker-postgresql README](https://github.com/bitnami/bitnami-docker-postgresql#configuration-file).
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
You can copy here your custom `.sh`, `.sql` or `.sql.gz` file so they are executed during the first boot of the image.
2+
3+
More info in the [bitnami-docker-postgresql](https://github.com/bitnami/bitnami-docker-postgresql#initializing-a-new-instance) repository.

0 commit comments

Comments
 (0)