Compare commits

..

2 Commits

Author SHA1 Message Date
466b67581f raise default memory request 2024-02-12 19:33:50 -07:00
031b1dec3a fix linting 2024-02-10 11:34:47 -07:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -66,7 +66,7 @@ spec:
barmanObjectStore: barmanObjectStore:
destinationPath: "s3://{{ .Values.backup.bucket }}/{{ .Values.cluster.name }}/postgresql/{{ .Release.Name }}-cluster" destinationPath: "s3://{{ .Values.backup.bucket }}/{{ .Values.cluster.name }}/postgresql/{{ .Release.Name }}-cluster"
endpointURL: {{ .Values.backup.endpointURL }} endpointURL: {{ .Values.backup.endpointURL }}
serverName: "postgresql-{{ .Release.Name }}-cluster-backup-index-{{ .Values.postgresql.backup.backupIndex }}" serverName: "postgresql-{{ .Release.Name }}-cluster-backup-index-{{ .Values.backup.backupIndex }}"
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: "postgresql-{{ .Release.Name }}-cluster-backup-secret" name: "postgresql-{{ .Release.Name }}-cluster-backup-secret"

View File

@@ -7,7 +7,7 @@ cluster:
hot_standby_feedback: "on" hot_standby_feedback: "on"
resources: resources:
requests: requests:
memory: 128Mi memory: 512Mi
cpu: 100m cpu: 100m
limits: limits:
memory: 2Gi memory: 2Gi
@@ -20,7 +20,7 @@ cluster:
wal: wal:
storageClass: ceph-block storageClass: ceph-block
size: 2Gi size: 2Gi
boostrap: bootstrap:
initdbEnabled: false initdbEnabled: false
initdb: initdb:
database: app database: app