immich-db/ObjectStore added

This commit is contained in:
2025-10-27 09:52:03 +01:00
parent e6f3536e9e
commit 8bbd3bf054

View File

@@ -0,0 +1,36 @@
---
apiVersion: barmancloud.cnpg.io/v1
kind: ObjectStore
metadata:
name: immich-db
namespace: immich
labels:
app: immich-db
spec:
configuration:
destinationPath: 's3://k8s-db-postgres/immich/2025-10'
endpointURL: 'https://s3.example.org'
s3Credentials:
accessKeyId:
name: global-s3-k8s-db-postgres
key: AWS_ACCESS_KEY
secretAccessKey:
name: global-s3-k8s-db-postgres
key: AWS_SECRET_KEY
region:
name: global-s3-k8s-db-postgres
key: AWS_REGION
data:
compression: bzip2
wal:
compression: bzip2
retentionPolicy: '7d'
instanceSidecarConfiguration:
resources:
limits:
memory: 1Gi
requests:
cpu: 100m
memory: 200Mi