From fc9c04ef18387d4d13d74590c61726c992bc1963 Mon Sep 17 00:00:00 2001 From: Alexander Noskov Date: Thu, 3 Oct 2019 21:13:19 +0000 Subject: [PATCH] Set replicaset 1 for PostgreSQL in seaworthy-virt Change-Id: I1a298e90c7356644e93992ecee24b4481ba7c34f --- .../software/charts/ucp/core/postgresql.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 site/seaworthy-virt/software/charts/ucp/core/postgresql.yaml diff --git a/site/seaworthy-virt/software/charts/ucp/core/postgresql.yaml b/site/seaworthy-virt/software/charts/ucp/core/postgresql.yaml new file mode 100644 index 000000000..08fae7c00 --- /dev/null +++ b/site/seaworthy-virt/software/charts/ucp/core/postgresql.yaml @@ -0,0 +1,21 @@ +--- +schema: armada/Chart/v1 +metadata: + schema: metadata/Document/v1 + name: ucp-postgresql + replacement: true + layeringDefinition: + abstract: false + layer: site + parentSelector: + name: ucp-postgresql-global + actions: + - method: merge + path: . + storagePolicy: cleartext +data: + values: + pod: + replicas: + server: 1 +...