Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
Search Doc Service
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
memoriav
M
Memobase 2020
S
services
elastic-services
Search Doc Service
Commits
81553a90
Commit
81553a90
authored
Oct 30, 2020
by
Jonas Waeber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix deployment
parent
5e6de51a
Pipeline
#16415
passed with stages
in 5 minutes and 28 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
helm-charts/helm-values/pp-documents-search.yml
helm-charts/helm-values/pp-documents-search.yml
+1
-0
helm-charts/templates/app-config.yml
helm-charts/templates/app-config.yml
+1
-1
helm-charts/values.yaml
helm-charts/values.yaml
+1
-0
No files found.
helm-charts/helm-values/pp-documents-search.yml
View file @
81553a90
deploymentName
:
pp-documents-search
outputTopic
:
search-doc-output-documents
inputTopic
:
fedora-output-json-records
reportingTopic
:
postprocessing-reporting
mediaServerUrl
:
https://media.memobase.k8s.unibas.ch/memo/
\ No newline at end of file
helm-charts/templates/app-config.yml
View file @
81553a90
...
...
@@ -8,4 +8,4 @@ data:
MEDIA_SERVER_URL
:
"
{{
.Values.mediaServerUrl
}}"
TOPIC_IN
:
"
{{
.Values.inputTopic
}}"
TOPIC_OUT
:
"
{{
.Values.outputTopic
}}"
TOPIC_PROCESS
:
"
{{
.Values.deploymentName
}}-reporting"
\ No newline at end of file
TOPIC_PROCESS
:
"
{{
.Values.reportingTopic
}}"
\ No newline at end of file
helm-charts/values.yaml
View file @
81553a90
...
...
@@ -7,5 +7,6 @@ deploymentName: search-doc-service
kafkaConfigs
:
prod-kafka-bootstrap-servers
outputTopic
:
search-doc-output-documents
inputTopic
:
search-doc-input-documents
reportingTopic
:
postprocessing-reporting
mediaServerUrl
:
https://media.memobase.k8s.unibas.ch/memo/
\ No newline at end of file
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