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
4fc961f2
Unverified
Commit
4fc961f2
authored
Jun 04, 2020
by
Sebastian Schüpbach
Browse files
fix syntax errors
parent
265b7929
Pipeline
#9736
passed with stage
in 13 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
k8s-manifests/imageserver-deployment.yml
View file @
4fc961f2
...
...
@@ -29,12 +29,12 @@ spec:
mountPath
:
/home/cantaloupe/images
env
:
-
name
:
CACHE_SERVER_DERIVATIVE_ENABLED
value
:
true
value
:
'
true
'
-
name
:
CACHE_SERVER_DERIVATIVE
value
:
RedisCache
value
:
'
RedisCache
'
-
name
:
REDISCACHE_HOST
value
:
redis:6379
restartPoliy
:
Always
value
:
'
redis:6379
'
restartPoli
c
y
:
Always
volumes
:
-
name
:
image-volume
persistentVolumeClaim
:
...
...
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