Compare commits
No commits in common. "4a4d91814571ebcc549085b151cb3e9fc546bae1" and "b657037848a2df2c951034d7699b65f903432d3a" have entirely different histories.
4a4d918145
...
b657037848
@ -5,11 +5,11 @@ metadata:
|
||||
namespace: monitoring
|
||||
|
||||
spec:
|
||||
instances: 2
|
||||
instances: 1
|
||||
|
||||
storage:
|
||||
size: 2Gi
|
||||
storageClass: local-path
|
||||
storageClass: redundant-storage-class
|
||||
|
||||
bootstrap:
|
||||
initdb:
|
||||
@ -22,24 +22,6 @@ 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