Compare commits
3 Commits
bfc9c119ec
...
a851ad5807
Author | SHA1 | Date | |
---|---|---|---|
a851ad5807 | |||
c4c2c1b614 | |||
45761643c8 |
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user