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
Matthias
my-test-project-1
Commits
f30634da
Commit
f30634da
authored
Jun 17, 2021
by
Matthias
Browse files
add IP-based access restrictions
parent
86732927
Pipeline
#33001
passed with stages
in 2 minutes and 1 second
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
helm-charts/helm-values/api-import-prod.yml
View file @
f30634da
...
...
@@ -25,3 +25,5 @@ tfvReportingTopicName: "mb-di-reporting-prod"
tfvTopicName
:
"
mb-di-data-transform-prod"
clearCacheUrl
:
"
/de/memobase/ingestapi/clear_cache"
whitelistSourceRange
:
"
132.152.230.209"
\ No newline at end of file
helm-charts/helm-values/api-import-stage.yml
View file @
f30634da
...
...
@@ -25,3 +25,5 @@ tfvReportingTopicName: "mb-di-reporting-stage"
tfvTopicName
:
"
mb-di-data-transform-stage"
clearCacheUrl
:
"
/de/memobase/ingestapi/clear_cache"
whitelistSourceRange
:
"
132.152.230.210"
\ No newline at end of file
helm-charts/helm-values/api-import-test.yml
View file @
f30634da
...
...
@@ -25,3 +25,5 @@ tfvReportingTopicName: "mb-di-reporting-prod"
tfvTopicName
:
"
mb-di-data-transform-prod"
clearCacheUrl
:
"
/de/memobase/ingestapi/clear_cache"
whitelistSourceRange
:
"
132.152.0.0/16"
\ No newline at end of file
helm-charts/templates/ingress.yml
View file @
f30634da
...
...
@@ -7,6 +7,7 @@ metadata:
cert-manager.io/cluster-issuer
:
letsencrypt-prod
nginx.ingress.kubernetes.io/force-ssl-redirect
:
"
true"
nginx.ingress.kubernetes.io/rewrite-target
:
/
nginx.ingress.kubernetes.io/whitelist-source-range
:
{{
.Values.whitelistSourceRange
}}
spec
:
tls
:
-
hosts
:
...
...
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