Compare commits
2 Commits
b657037848
...
4a4d918145
Author | SHA1 | Date | |
---|---|---|---|
4a4d918145 | |||
cb6717e311 |
@ -5,11 +5,11 @@ metadata:
|
||||
namespace: monitoring
|
||||
|
||||
spec:
|
||||
instances: 1
|
||||
instances: 2
|
||||
|
||||
storage:
|
||||
size: 2Gi
|
||||
storageClass: redundant-storage-class
|
||||
storageClass: local-path
|
||||
|
||||
bootstrap:
|
||||
initdb:
|
||||
@ -22,6 +22,24 @@ spec:
|
||||
pg_hba:
|
||||
- host all all all md5
|
||||
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: "s3://halis/cloudnativepg"
|
||||
endpointURL: https://s3.halia.dev
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: s3-secret
|
||||
key: AWS_ACCESS_KEY_ID
|
||||
secretAccessKey:
|
||||
name: s3-secret
|
||||
key: AWS_SECRET_ACCESS_KEY
|
||||
region:
|
||||
name: s3-secret
|
||||
key: AWS_REGION
|
||||
wal:
|
||||
compression: gzip
|
||||
maxParallel: 8
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
Loading…
Reference in New Issue
Block a user