Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
7e0b80d0
Unverified
Commit
7e0b80d0
authored
Apr 05, 2021
by
Sebastian Schüpbach
Browse files
enable redis cache
parent
7d5614eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
cantaloupe.properties
View file @
7e0b80d0
...
...
@@ -466,11 +466,11 @@ cache.server.source = FilesystemCache
cache.server.source.ttl_seconds
=
2592000
# Enables the derivative (processed image) cache.
cache.server.derivative.enabled
=
fals
e
cache.server.derivative.enabled
=
tru
e
# Available values are `FilesystemCache`, `JdbcCache`, `RedisCache`,
# `HeapCache`, `S3Cache`, and `AzureStorageCache`.
cache.server.derivative
=
cache.server.derivative
=
RedisCache
# Amount of time derivative cache content remains valid. Set to blank or 0
# for forever.
...
...
@@ -597,7 +597,7 @@ AzureStorageCache.object_key_prefix =
#----------------------------------------
# !! Redis connection info.
RedisCache.host
=
localhost
RedisCache.host
=
redis-service
RedisCache.port
=
6379
RedisCache.ssl
=
false
RedisCache.password
=
...
...
k8s-manifests/imageserver-deployment.yml
View file @
7e0b80d0
...
...
@@ -18,7 +18,7 @@ spec:
spec
:
containers
:
-
name
:
cantaloupe-container
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/cantaloupe-docker:4.
1.7
-jp2
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/cantaloupe-docker:4.
x
-jp2
ports
:
-
containerPort
:
8182
name
:
http
...
...
Write
Preview
Markdown
is supported
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