Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
memoriav
M
Memobase 2020
S
services
postprocessing
Media Converter
Commits
b08eeef1
Unverified
Commit
b08eeef1
authored
Dec 07, 2020
by
Sebastian Schüpbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
k8s-manifests/test/deployment.yml
k8s-manifests/test/deployment.yml
+14
-14
No files found.
k8s-manifests/test/deployment.yml
View file @
b08eeef1
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
media-converter-deployment
name
:
pp-
media-converter-deployment
namespace
:
memobase
labels
:
app
:
media-converter-app
app
:
pp-
media-converter-app
spec
:
selector
:
matchLabels
:
app
:
media-converter-app
app
:
pp-
media-converter-app
replicas
:
1
template
:
metadata
:
labels
:
app
:
media-converter-app
tier
:
web
app
:
pp-
media-converter-app
tier
:
postprocessing
spec
:
containers
:
-
name
:
media-converter-container
-
name
:
pp-
media-converter-container
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/postprocessing/media-converter:latest
imagePullPolicy
:
Always
command
:
[
"
java"
]
args
:
[
"
-Xms128m"
,
"
-Xmx10g"
,
"
-jar"
,
"
/app/app.jar"
]
command
:
[
"
java"
]
args
:
[
"
-Xms128m"
,
"
-Xmx10g"
,
"
-jar"
,
"
/app/app.jar"
]
resources
:
requests
:
cpu
:
"
0.2"
memory
:
"
1Gi"
limits
:
cpu
:
"
1"
memory
:
"
11Gi"
requests
:
cpu
:
"
0.2"
memory
:
"
1Gi"
limits
:
cpu
:
"
1"
memory
:
"
11Gi"
volumeMounts
:
-
name
:
media-volume
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