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
Import API
Commits
1ece3daa
Commit
1ece3daa
authored
Apr 20, 2021
by
Matthias
Browse files
fix helm charts
parent
8189b824
Pipeline
#25084
passed with stages
in 2 minutes and 2 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
helm-charts/templates/deployment.yml
View file @
1ece3daa
...
...
@@ -17,6 +17,7 @@ spec:
app
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment}}-app"
group
:
"
{{
.Values.k8sGroupName
}}"
environment
:
"
{{
.Values.k8sEnvironment
}}"
tier
:
web
spec
:
serviceAccountName
:
{{
.Values.k8sGroupId
}}
-{{ .Values.k8sName }}-{{ .Values.k8sEnvironment}}-service-account
#to be able to manage other pods inside the cluster
containers
:
...
...
helm-charts/templates/service.yml
View file @
1ece3daa
...
...
@@ -9,6 +9,8 @@ spec:
ports
:
-
port
:
5000
selector
:
app
:
{{
.Values.k8sGroupId
}}
-{{ .Values.k8sName }}-{{ .Values.k8sEnvironment}}-app
app
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment}}-app"
group
:
"
{{
.Values.k8sGroupName
}}"
environment
:
"
{{
.Values.k8sEnvironment
}}"
tier
:
web
clusterIP
:
None
\ No newline at end of file
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