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
Fedora Ingest Service
Commits
1ebeade6
Unverified
Commit
1ebeade6
authored
Oct 13, 2020
by
Sebastian Schüpbach
Browse files
fix deployment
parent
8c0316c1
Pipeline
#15562
passed with stages
in 5 minutes and 16 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
helm-charts/templates/app-config.yaml
View file @
1ebeade6
...
@@ -5,6 +5,8 @@ metadata:
...
@@ -5,6 +5,8 @@ metadata:
namespace
:
memobase
namespace
:
memobase
data
:
data
:
APPLICATION_ID
:
{{
.Values.applicationId
}}
APPLICATION_ID
:
{{
.Values.applicationId
}}
CLIENT_ID
:
{{
.Values.clientId
}}
TOPIC_IN
:
{{
.Values.inputTopicName
}}
TOPIC_IN
:
{{
.Values.inputTopicName
}}
TOPIC_OUT
:
{{
.Values.outputTopicName
}}
TOPIC_OUT
:
{{
.Values.outputTopicName
}}
TOPIC_PROCESS
:
{{
.Values.reportingTopicName
}}
TOPIC_REPORTING
:
{{
.Values.reportingTopicName
}}
APP_DIRECTORY
:
"
some_value"
# FIXME: Remove eventually?
helm-charts/values.yaml
View file @
1ebeade6
...
@@ -8,6 +8,8 @@ deploymentName: fedora-ingest-service
...
@@ -8,6 +8,8 @@ deploymentName: fedora-ingest-service
## somehow the id needs to be dependent on the pod name?
## somehow the id needs to be dependent on the pod name?
applicationId
:
fedora-ingest-service-app
applicationId
:
fedora-ingest-service-app
clientId
:
fedora-ingest-service-app
institutionId
:
placeholder
institutionId
:
placeholder
recordSetId
:
placeholder
recordSetId
:
placeholder
...
@@ -21,4 +23,5 @@ fedoraConfigs: fedora-admin-credentials
...
@@ -21,4 +23,5 @@ fedoraConfigs: fedora-admin-credentials
appDirectory
:
placeholderValue
appDirectory
:
placeholderValue
inputTopicName
:
import-process-normalization
inputTopicName
:
import-process-normalization
outputTopicName
:
void_topic
reportingTopicName
:
import-process-reporting
reportingTopicName
:
import-process-reporting
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