Compare commits

..

No commits in common. "a851ad5807658086ae6d5ab819ac169c81385783" and "bfc9c119ecc8c9bc25934136af07e56e53693b91" have entirely different histories.

3 changed files with 18 additions and 8 deletions

View File

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

View File

@ -6,7 +6,7 @@ metadata:
spec: spec:
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.5-v0.3.0 imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.5-v0.3.0
instances: 3 instances: 1
storage: storage:
size: 1Gi size: 1Gi
@ -29,9 +29,9 @@ spec:
shared_preload_libraries: shared_preload_libraries:
- "vectors.so" - "vectors.so"
parameters: parameters:
max_wal_size: "2GB" max_wal_size: 2GB
shared_buffers: "512MB" shared_buffers: 512MB
wal_compression: "on" wal_compression: on
backup: backup:
barmanObjectStore: barmanObjectStore:
@ -61,3 +61,13 @@ spec:
monitoring: monitoring:
enablePodMonitor: true 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 subdomain: immich
containers: containers:
- name: immich-server - name: immich-server
image: ghcr.io/immich-app/immich-server:v1.127.0 image: ghcr.io/immich-app/immich-server:v1.126.1
ports: ports:
- containerPort: 2283 - containerPort: 2283
- containerPort: 8081 - containerPort: 8081