Compare commits
3 Commits
bfc9c119ec
...
a851ad5807
Author | SHA1 | Date | |
---|---|---|---|
a851ad5807 | |||
c4c2c1b614 | |||
45761643c8 |
@ -1,8 +1,8 @@
|
|||||||
apiVersion: postgresql.cnpg.io/v1
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
kind: Backup
|
kind: Backup
|
||||||
metadata:
|
metadata:
|
||||||
name: gitea-db-ondemand-backup-100225
|
name: immich-db-ondemand-backup-280225
|
||||||
namespace: gitea
|
namespace: immich
|
||||||
spec:
|
spec:
|
||||||
cluster:
|
cluster:
|
||||||
name: gitea-db
|
name: immich-db
|
||||||
|
@ -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: 1
|
instances: 3
|
||||||
|
|
||||||
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,13 +61,3 @@ spec:
|
|||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
enablePodMonitor: true
|
enablePodMonitor: true
|
||||||
|
|
||||||
affinity:
|
|
||||||
nodeAffinity:
|
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
nodeSelectorTerms:
|
|
||||||
- matchExpressions:
|
|
||||||
- key: kubernetes.io/hostname
|
|
||||||
operator: In
|
|
||||||
values:
|
|
||||||
- worker-1
|
|
||||||
|
@ -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.126.1
|
image: ghcr.io/immich-app/immich-server:v1.127.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2283
|
- containerPort: 2283
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
|
Loading…
x
Reference in New Issue
Block a user