feat(ente): switch to DragonFly cache
All checks were successful
Renovate / renovate (push) Successful in 1m15s
All checks were successful
Renovate / renovate (push) Successful in 1m15s
This commit is contained in:
parent
a2b65de882
commit
11d68db929
2 changed files with 118 additions and 115 deletions
|
@ -14,6 +14,9 @@ apps:
|
|||
# set this to the URL where your albums web app is running.
|
||||
public-albums: https://albums.ente.icb4dc0.de
|
||||
|
||||
cache:
|
||||
type: redis
|
||||
connectionString: redis://ente-musuem-cache:6379/0
|
||||
|
||||
# Various low-level configuration options
|
||||
internal:
|
||||
|
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: museum
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
revisionHistoryLimit: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
|
|
Loading…
Reference in a new issue