Compare commits
1 Commits
outline-0.
...
postgres-c
Author | SHA1 | Date | |
---|---|---|---|
773ff53432 |
@@ -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
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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 }}
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user