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
2c92b024
Verified
Commit
2c92b024
authored
Jun 17, 2021
by
Sebastian Schüpbach
Browse files
fix whitelist ip address
parent
f30634da
Pipeline
#28118
passed with stages
in 1 minute and 42 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
helm-charts/helm-values/api-import-prod.yml
View file @
2c92b024
...
...
@@ -26,4 +26,4 @@ tfvTopicName: "mb-di-data-transform-prod"
clearCacheUrl
:
"
/de/memobase/ingestapi/clear_cache"
whitelistSourceRange
:
"
132.152.230.209"
\ No newline at end of file
whitelistSourceRange
:
"
131.152.230.209"
helm-charts/helm-values/api-import-stage.yml
View file @
2c92b024
...
...
@@ -26,4 +26,4 @@ tfvTopicName: "mb-di-data-transform-stage"
clearCacheUrl
:
"
/de/memobase/ingestapi/clear_cache"
whitelistSourceRange
:
"
132.152.230.210"
\ No newline at end of file
whitelistSourceRange
:
"
131.152.230.210"
helm-charts/helm-values/api-import-test.yml
View file @
2c92b024
...
...
@@ -26,4 +26,4 @@ tfvTopicName: "mb-di-data-transform-prod"
clearCacheUrl
:
"
/de/memobase/ingestapi/clear_cache"
whitelistSourceRange
:
"
132.152.0.0/16"
\ No newline at end of file
whitelistSourceRange
:
"
131.152.0.0/16"
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