mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
co-authored by
Rafael Ríos Saavedra
parent
1767038450
commit
9c51e25c15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user