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
2da5e59a
Commit
2da5e59a
authored
Apr 19, 2021
by
Matthias
Browse files
fix helm charts
parent
4dcd430c
Pipeline
#25050
passed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
helm-charts/templates/deployment.yml
View file @
2da5e59a
...
...
@@ -21,17 +21,17 @@ spec:
containers
:
-
name
:
"
{{
.Values.k8sGroupId
}}-{{
.Values.k8sName
}}-{{
.Values.k8sEnvironment}}-container"
image
:
"
{{
.Values.registry
}}/{{
.Values.image
}}:{{
.Values.tag
}}"
envFrom
:
-
secretRef
:
name
:
{{
.Values.drupalApiCredentials
}}
-
secretRef
:
name
:
{{
.Values.sftpConfigs
}}
-
configMapRef
:
name
:
"
{{
.Values.kafkaConfigs
}}"
-
configMapRef
:
name
:
"
{{
.Values.importApiConfig
}}"
ports
:
-
containerPort
:
5000
name
:
http
protocol
:
TCP
imagePullPolicy
:
Always
envFrom
:
-
secretRef
:
name
:
{{
.Values.drupalApiCredentials
}}
-
secretRef
:
name
:
{{
.Values.sftpConfigs
}}
-
configMapRef
:
name
:
"
{{
.Values.kafkaConfigs
}}"
-
configMapRef
:
name
:
"
{{
.Values.importApiConfig
}}"
ports
:
-
containerPort
:
5000
name
:
http
protocol
:
TCP
imagePullPolicy
:
Always
\ 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