feat(ente): switch to DragonFly cache
All checks were successful
Renovate / renovate (push) Successful in 1m15s

This commit is contained in:
Peter 2024-09-10 12:15:39 +02:00
parent a2b65de882
commit 11d68db929
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 118 additions and 115 deletions

View file

@ -14,6 +14,9 @@ apps:
# set this to the URL where your albums web app is running. # set this to the URL where your albums web app is running.
public-albums: https://albums.ente.icb4dc0.de public-albums: https://albums.ente.icb4dc0.de
cache:
type: redis
connectionString: redis://ente-musuem-cache:6379/0
# Various low-level configuration options # Various low-level configuration options
internal: internal:

View file

@ -3,7 +3,7 @@ kind: Deployment
metadata: metadata:
name: museum name: museum
spec: spec:
replicas: 1 replicas: 2
revisionHistoryLimit: 3 revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels: