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
Import Process
group-reports-consumer
Commits
7160a064
Commit
7160a064
authored
Sep 20, 2021
by
Jonas Waeber
Browse files
Fix labels
parent
9436d93e
Pipeline
#33367
passed with stages
in 3 minutes and 16 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
helm-charts/templates/deployment.yaml
View file @
7160a064
...
@@ -4,17 +4,20 @@ metadata:
...
@@ -4,17 +4,20 @@ metadata:
name
:
"
{{
.Values.deploymentName
}}-deployment"
name
:
"
{{
.Values.deploymentName
}}-deployment"
namespace
:
memobase
namespace
:
memobase
labels
:
labels
:
app
:
"
{{
.Values.deploymentName
}}-deployment"
app
:
"
{{
.Values.deploymentName
}}"
environment
:
{{
.Values.k8sEnvironment
}}
group
:
"
documents-import"
spec
:
spec
:
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
"
{{
.Values.deploymentName
}}
-deployment
"
app
:
"
{{
.Values.deploymentName
}}"
replicas
:
1
replicas
:
1
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
"
{{
.Values.deploymentName
}}
-deployment
"
app
:
"
{{
.Values.deploymentName
}}"
environment
:
{{
.Values.k8sEnvironment
}}
environment
:
{{
.Values.k8sEnvironment
}}
group
:
"
documents-import"
spec
:
spec
:
containers
:
containers
:
-
name
:
"
{{
.Values.deploymentName
}}-container"
-
name
:
"
{{
.Values.deploymentName
}}-container"
...
...
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