Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitnami/postgresql wrapper to use in different bots and related services #3012

Merged
merged 7 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fake-aws fake-aws-s3 fake-aws-sqs aws-ingress fluent-bit kibana backoffice \
calling-test demo-smtp elasticsearch-curator elasticsearch-external \
elasticsearch-ephemeral minio-external cassandra-external \
nginx-ingress-controller nginx-ingress-services reaper sftd restund coturn \
inbucket k8ssandra-test-cluster
inbucket k8ssandra-test-cluster postgresql
KIND_CLUSTER_NAME := wire-server

package ?= all
Expand Down
1 change: 1 addition & 0 deletions changelog.d/5-internal/pr-3012
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add wrapper for bitnami/postgresql chart.
4 changes: 4 additions & 0 deletions charts/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
description: Wrapper chart for bitnami/postgresql
name: postgresql
version: 0.0.42
4 changes: 4 additions & 0 deletions charts/postgresql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is the wrapper for PostgreSQL Bitnami chart.

Configure the values.yaml file to create the database, username, password and other configuration.
List of parameters available - https://artifacthub.io/packages/helm/bitnami/postgresql#parameters
4 changes: 4 additions & 0 deletions charts/postgresql/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies:
- name: postgresql
version: 11.9.8
repository: https://charts.bitnami.com/bitnami
5 changes: 5 additions & 0 deletions charts/postgresql/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Configure the parent postgresql chart
postgresql:
fullnameOverride: postgresql
volumePermissions:
enabled: true