Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Cantaloupe on Docker
Commits
206db7de
Unverified
Commit
206db7de
authored
Apr 05, 2021
by
Sebastian Schüpbach
Browse files
disable redis cache
parent
9949a7df
Pipeline
#24157
passed with stage
in 4 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cantaloupe.properties
View file @
206db7de
...
...
@@ -597,8 +597,8 @@ AzureStorageCache.object_key_prefix =
#----------------------------------------
# !! Redis connection info.
RedisCache.host
=
redis-service
RedisCache.port
=
6379
RedisCache.host
=
RedisCache.port
=
RedisCache.ssl
=
false
RedisCache.password
=
RedisCache.database
=
0
...
...
k8s-manifests/imageserver-deployment.yml
View file @
206db7de
...
...
@@ -38,9 +38,9 @@ spec:
-
name
:
CACHE_SERVER_DERIVATIVE_ENABLED
value
:
'
true'
-
name
:
CACHE_SERVER_DERIVATIVE
value
:
'
Redis
Cache'
-
name
:
REDIS
CACHE_
HOST
value
:
'
redis-service
'
value
:
'
Heap
Cache'
-
name
:
HEAP
CACHE_
TARGET_SIZE
value
:
'
3g
'
restartPolicy
:
Always
volumes
:
-
name
:
media-volume
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment