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
postprocessing
Media Converter
Commits
b08eeef1
Unverified
Commit
b08eeef1
authored
Dec 07, 2020
by
Sebastian Schüpbach
Browse files
rename deployment
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
565383e0
Pipeline
#18434
passed with stages
in 8 minutes and 17 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
k8s-manifests/test/deployment.yml
View file @
b08eeef1
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
media-converter-deployment
name
:
pp-
media-converter-deployment
namespace
:
memobase
namespace
:
memobase
labels
:
labels
:
app
:
media-converter-app
app
:
pp-
media-converter-app
spec
:
spec
:
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
media-converter-app
app
:
pp-
media-converter-app
replicas
:
1
replicas
:
1
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
media-converter-app
app
:
pp-
media-converter-app
tier
:
web
tier
:
postprocessing
spec
:
spec
:
containers
:
containers
:
-
name
:
media-converter-container
-
name
:
pp-
media-converter-container
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/postprocessing/media-converter:latest
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/postprocessing/media-converter:latest
imagePullPolicy
:
Always
imagePullPolicy
:
Always
command
:
[
"
java"
]
command
:
[
"
java"
]
args
:
[
"
-Xms128m"
,
"
-Xmx10g"
,
"
-jar"
,
"
/app/app.jar"
]
args
:
[
"
-Xms128m"
,
"
-Xmx10g"
,
"
-jar"
,
"
/app/app.jar"
]
resources
:
resources
:
requests
:
requests
:
cpu
:
"
0.2"
cpu
:
"
0.2"
memory
:
"
1Gi"
memory
:
"
1Gi"
limits
:
limits
:
cpu
:
"
1"
cpu
:
"
1"
memory
:
"
11Gi"
memory
:
"
11Gi"
volumeMounts
:
volumeMounts
:
-
name
:
media-volume
-
name
:
media-volume
mountPath
:
/data
mountPath
:
/data
...
...
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