Compare commits

..

1 Commits

Author SHA1 Message Date
773ff53432 update postgresql cluster 2024-03-13 06:00:36 -06:00
4 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 0.2.1
version: 0.2.2
description: Chart for cloudnative-pg cluster
keywords:
- database

View File

@@ -2,7 +2,7 @@
[CloudNative PG](https://github.com/cloudnative-pg/cloudnative-pg)
CloudNativePG is the Kubernetes operator that covers the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication.
CloudNativePG is the Kubernetes operator that covers the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication.
This chart bootstraps a [CNPG](https://github.com/cloudnative-pg/cloudnative-pg) cluster on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

View File

@@ -9,7 +9,6 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: database
app.kubernetes.io/part-of: {{ .Release.Name }}
app.kubernetes.io/managed-by: helm
spec:
imageName: "{{ .Values.cluster.image.repository }}:{{ .Values.cluster.image.tag }}"
instances: {{ .Values.cluster.instances }}

View File

@@ -19,16 +19,16 @@ cluster:
hugepages-2Mi: 512Mi
storage:
data:
storageClass: ceph-block
storageClass: default
size: 10Gi
wal:
storageClass: ceph-block
storageClass: default
size: 2Gi
bootstrap:
recoveryEnabled: false
recoveryIndex: 1
endpointURL: https://nyc3.digitaloceanspaces.com
bucket: alexlebens.net
endpointURL:
bucket:
initdbEnabled: false
initdb:
database: app
@@ -38,5 +38,5 @@ backup:
schedule: "0 0 0 * * *"
retentionPolicy: 14d
backupIndex: 1
endpointURL: https://nyc3.digitaloceanspaces.com
bucket: alexlebens.net
endpointURL:
bucket: