mirror of
https://github.com/bitnami/charts.git
synced 2026-03-02 16:17:47 +08:00
* [bitnami/postgresql] Add option to create services for each read replica Adds option to disable the service that connects to all read replicas. Read-Replica unique services do not have options for LoadBalancers, Node Ports, or Setting ClusterIP. Fixes bitnami/charts#6954 * [bitnami/postgresql] Update values.yaml comments Added proper comments so that replication.singleService and replication.uniqueServices are bitnami-labs/readme-generator-for-helm compatible * [bitnami/postgresql] remove unused varaibles * [bitnami/postgresql] delete test file * [bitnami/postgresql] bump chart version Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
30 lines
836 B
YAML
30 lines
836 B
YAML
annotations:
|
|
category: Database
|
|
apiVersion: v2
|
|
appVersion: 11.12.0
|
|
dependencies:
|
|
- name: common
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 1.x.x
|
|
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
|
engine: gotpl
|
|
home: https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
|
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png
|
|
keywords:
|
|
- postgresql
|
|
- postgres
|
|
- database
|
|
- sql
|
|
- replication
|
|
- cluster
|
|
maintainers:
|
|
- email: containers@bitnami.com
|
|
name: Bitnami
|
|
- email: cedric@desaintmartin.fr
|
|
name: desaintmartin
|
|
name: postgresql
|
|
sources:
|
|
- https://github.com/bitnami/bitnami-docker-postgresql
|
|
- https://www.postgresql.org/
|
|
version: 10.7.0
|