87 lines
1.8 KiB
YAML
87 lines
1.8 KiB
YAML
|
apiVersion: postgresql.cnpg.io/v1
|
||
|
kind: Cluster
|
||
|
metadata:
|
||
|
name: app-cluster
|
||
|
namespace: postgres
|
||
|
spec:
|
||
|
instances: 2
|
||
|
|
||
|
postgresql:
|
||
|
parameters:
|
||
|
max_connections: "150"
|
||
|
|
||
|
managed:
|
||
|
roles:
|
||
|
- name: ext_pgo_admin
|
||
|
ensure: present
|
||
|
login: true
|
||
|
superuser: true
|
||
|
createrole: true
|
||
|
createdb: true
|
||
|
inherit: true
|
||
|
connectionLimit: -1
|
||
|
passwordSecret:
|
||
|
name: ext-pgo-admin
|
||
|
|
||
|
storage:
|
||
|
size: 10Gi
|
||
|
storageClass: hcloud-volumes
|
||
|
|
||
|
bootstrap:
|
||
|
recovery:
|
||
|
source: app-cluster
|
||
|
|
||
|
externalClusters:
|
||
|
- name: app-cluster
|
||
|
barmanObjectStore:
|
||
|
destinationPath: "s3://cnpg/app-cluster/"
|
||
|
endpointURL: "http://garage.garage.svc:3900"
|
||
|
s3Credentials:
|
||
|
accessKeyId:
|
||
|
name: cnpg-backup-creds
|
||
|
key: ACCESS_KEY_ID
|
||
|
secretAccessKey:
|
||
|
name: cnpg-backup-creds
|
||
|
key: ACCESS_SECRET_KEY
|
||
|
region:
|
||
|
name: cnpg-backup-creds
|
||
|
key: AWS_REGION
|
||
|
wal:
|
||
|
compression: snappy
|
||
|
maxParallel: 8
|
||
|
|
||
|
#backup:
|
||
|
# barmanObjectStore:
|
||
|
# destinationPath: "s3://cnpg/app-cluster/"
|
||
|
# endpointURL: "http://garage.garage.svc:3900"
|
||
|
# s3Credentials:
|
||
|
# accessKeyId:
|
||
|
# name: cnpg-backup-creds
|
||
|
# key: ACCESS_KEY_ID
|
||
|
# secretAccessKey:
|
||
|
# name: cnpg-backup-creds
|
||
|
# key: ACCESS_SECRET_KEY
|
||
|
# region:
|
||
|
# name: cnpg-backup-creds
|
||
|
# key: AWS_REGION
|
||
|
# wal:
|
||
|
# compression: snappy
|
||
|
# retentionPolicy: "30d"
|
||
|
|
||
|
resources:
|
||
|
requests:
|
||
|
cpu: 100m
|
||
|
memory: 600Mi
|
||
|
limits:
|
||
|
cpu: 500m
|
||
|
memory: 900Mi
|
||
|
|
||
|
affinity:
|
||
|
enablePodAntiAffinity: true
|
||
|
topologyKey: kubernetes.io/hostname
|
||
|
podAntiAffinityType: preferred
|
||
|
|
||
|
enablePDB: true
|
||
|
monitoring:
|
||
|
enablePodMonitor: true
|