Compare commits

..

3 Commits

3 changed files with 8 additions and 18 deletions

View File

@ -1,8 +1,8 @@
apiVersion: postgresql.cnpg.io/v1
kind: Backup
metadata:
name: gitea-db-ondemand-backup-100225
namespace: gitea
name: immich-db-ondemand-backup-280225
namespace: immich
spec:
cluster:
name: gitea-db
name: immich-db

View File

@ -6,7 +6,7 @@ metadata:
spec:
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.5-v0.3.0
instances: 1
instances: 3
storage:
size: 1Gi
@ -29,9 +29,9 @@ spec:
shared_preload_libraries:
- "vectors.so"
parameters:
max_wal_size: 2GB
shared_buffers: 512MB
wal_compression: on
max_wal_size: "2GB"
shared_buffers: "512MB"
wal_compression: "on"
backup:
barmanObjectStore:
@ -61,13 +61,3 @@ spec:
monitoring:
enablePodMonitor: true
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- worker-1

View File

@ -17,7 +17,7 @@ spec:
subdomain: immich
containers:
- name: immich-server
image: ghcr.io/immich-app/immich-server:v1.126.1
image: ghcr.io/immich-app/immich-server:v1.127.0
ports:
- containerPort: 2283
- containerPort: 8081