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
IndexerHelper
Commits
954ca5b7
Verified
Commit
954ca5b7
authored
Jun 23, 2020
by
Sebastian Schüpbach
Browse files
add shared volume
parent
a8da45cc
Pipeline
#10481
failed with stages
in 60 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
k8s-manifests/deployment.yml
View file @
954ca5b7
...
...
@@ -25,11 +25,16 @@ spec:
protocol
:
TCP
imagePullPolicy
:
Always
volumeMounts
:
-
name
:
tmp-volume
mountPath
:
/tmp
-
name
:
config
mountPath
:
/app/configs
command
:
[
"
/app/app"
,
"
-cfg"
,
"
/app/configs/histogram.toml"
]
restartPolicy
:
Always
volumes
:
-
name
:
tmp-volume
persistentVolumeClaim
:
claimName
:
indexer-volume-claim
-
name
:
config
configMap
:
name
:
indexer-helper-config
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