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
postprocessing
Import Process Bridge
Commits
2e474e0d
Unverified
Commit
2e474e0d
authored
Apr 15, 2021
by
Sebastian Schüpbach
Browse files
fix helm settings
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
65c73841
Pipeline
#24838
passed with stages
in 4 minutes and 12 seconds
Changes
10
Pipelines
2
Show whitespace changes
Inline
Side-by-side
helm-charts/helm-values/di-connector-prod.yaml
View file @
2e474e0d
applicationId
:
di-connector-prod
deploymentName
:
di-connector-prod
kafkaConfigs
:
prod-kafka-bootstrap-servers
# This is only the base name!
...
...
helm-charts/helm-values/di-connector-stage.yaml
View file @
2e474e0d
applicationId
:
di-connector-stage
deploymentName
:
di-connector-stage
kafkaConfigs
:
prod-kafka-bootstrap-servers
# This is only the base name!
...
...
helm-charts/helm-values/di-connector-test.yaml
View file @
2e474e0d
applicationId
:
di-connector-test
deploymentName
:
di-connector-test
kafkaConfigs
:
test-kafka-bootstrap-servers
# This is only the base name!
...
...
helm-charts/helm-values/gi-connector-prod.yaml
View file @
2e474e0d
applicationId
:
gi-connector-prod
deploymentName
:
gi-connector-prod
kafkaConfigs
:
prod-kafka-bootstrap-servers
# This is only the base name!
...
...
helm-charts/helm-values/gi-connector-stage.yaml
View file @
2e474e0d
applicationId
:
gi-connector-stage
deploymentName
:
gi-connector-stage
kafkaConfigs
:
prod-kafka-bootstrap-servers
# This is only the base name!
...
...
helm-charts/helm-values/gi-connector-test.yaml
View file @
2e474e0d
applicationId
:
gi-connector-test
deploymentName
:
gi-connector-test
kafkaConfigs
:
test-kafka-bootstrap-servers
# This is only the base name!
...
...
helm-charts/templates/app-config.yml
View file @
2e474e0d
...
...
@@ -4,6 +4,7 @@ metadata:
name
:
"
{{
.Values.deploymentName
}}-app-config"
namespace
:
memobase
data
:
APPLICATION_ID
:
"
{{
.Values.applicationId
}}"
TOPIC_IN
:
"
{{
.Values.inputTopic
}}"
TOPIC_OUT
:
"
{{
.Values.outputTopic
}}"
TOPIC_OUT_POSTFIX
:
"
{{
.Values.outputTopicPostfix
}}"
...
...
helm-charts/templates/deployment-drupal.yml
View file @
2e474e0d
...
...
@@ -25,9 +25,4 @@ spec:
name
:
"
{{
.Values.kafkaConfigs
}}"
-
configMapRef
:
name
:
"
{{
.Values.deploymentName}}-app-config"
env
:
-
name
:
TOPIC_IN
value
:
mb-gi-rdf-objects-prod
-
name
:
APPLICATION_ID
value
:
"
{{
.Values.deploymentName
}}-drupal-deployment"
restartPolicy
:
Always
helm-charts/templates/deployment.yml
View file @
2e474e0d
...
...
@@ -25,9 +25,4 @@ spec:
name
:
"
{{
.Values.kafkaConfigs
}}"
-
configMapRef
:
name
:
"
{{
.Values.deploymentName}}-app-config"
env
:
-
name
:
TOPIC_IN
value
:
import-process-ingest
-
name
:
APPLICATION_ID
value
:
"
{{
.Values.deploymentName
}}-deployment"
restartPolicy
:
Always
helm-charts/values.yaml
View file @
2e474e0d
...
...
@@ -7,6 +7,7 @@ registry: "cr.gitlab.switch.ch"
image
:
"
memoriav/memobase-2020/services/postprocessing/import-process-bridge"
tag
:
"
latest"
applicationId
:
placeholder
deploymentName
:
placeholder
kafkaConfigs
:
placeholder
outputTopic
:
placeholder
...
...
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