enable persistance, replpication, and resources to valkey instances
This commit is contained in:
@@ -189,16 +189,27 @@ immich:
|
||||
- path: /usr/src/app/upload
|
||||
readOnly: false
|
||||
valkey:
|
||||
architecture: standalone
|
||||
architecture: replication
|
||||
auth:
|
||||
enabled: false
|
||||
usePasswordFiles: false
|
||||
primary:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
persistence:
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: 1Gi
|
||||
replica:
|
||||
replicaCount: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
persistence:
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: 1Gi
|
||||
postgres-16-cluster:
|
||||
# Tensorchord
|
||||
#--- https://github.com/immich-app/immich/discussions/9060
|
||||
|
Reference in New Issue
Block a user