[bitnami/postgresql-ha] Add Pod Management Policy as Parallel (#3681)

Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-10-07 12:57:46 +02:00
committed by GitHub
co-authored by Rafael Ríos Saavedra
parent 1767038450
commit 9c51e25c15
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: postgresql-ha
version: 3.9.1
version: 3.9.2
appVersion: 11.9.0
description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool).
keywords:
@@ -15,6 +15,7 @@ spec:
{{- if (eq "Recreate" .Values.postgresql.updateStrategyType) }}
rollingUpdate: null
{{- end }}
podManagementPolicy: Parallel
selector:
matchLabels: {{- include "postgresql-ha.matchLabels" . | nindent 6 }}
app.kubernetes.io/component: postgresql