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
Sebastian Schüpbach
Dummy App
Commits
1998e1fc
Verified
Commit
1998e1fc
authored
Aug 31, 2021
by
Sebastian Schüpbach
Browse files
update deployment template
parent
23d36753
Pipeline
#31974
passed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
helm-charts/templates/deployment.yaml
View file @
1998e1fc
...
...
@@ -15,12 +15,10 @@ spec:
group
:
"
{{
.Values.k8sGroupName
}}"
environment
:
"
{{
.Values.k8sEnvironment
}}"
spec
:
serviceAccountName
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment
}}-service-account"
containers
:
-
name
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment
}}-container"
image
:
"
{{
.Values.registry
}}/{{
.Values.image
}}:{{
.Values.tag
}}"
imagePullPolicy
:
Always
imagePullPolicy
:
Always
resources
:
requests
:
cpu
:
"
{{
.Values.k8sRequestsCpu
}}"
...
...
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