parent
a2b65de882
commit
11d68db929
2 changed files with 118 additions and 115 deletions
ente
|
@ -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…
Add table
Add a link
Reference in a new issue