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 +...