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
00101bde
Commit
00101bde
authored
Apr 20, 2021
by
Matthias
Browse files
fix helm charts+charts
parent
38afa143
Pipeline
#25090
passed with stages
in 2 minutes and 2 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
helm-charts/helm-values/values-prod.yaml
View file @
00101bde
...
...
@@ -12,6 +12,7 @@ sftpConfigs: internal-sftp-config
kafkaConfigs
:
prod-kafka-bootstrap-servers
importApiConfig
:
api-import-prod-config
ingressUri
:
'
import.memobase.k8s.unibas.ch'
importApiUrl
:
'
https://import.memobase.k8s.unibas.ch'
drupalApiUrl
:
'
https://memobase-customer-live.outermedia.net'
topicConfigs
:
'
mb-di-config-prod'
...
...
helm-charts/helm-values/values-stage.yaml
View file @
00101bde
...
...
@@ -12,6 +12,7 @@ sftpConfigs: internal-sftp-config
kafkaConfigs
:
stage-kafka-bootstrap-servers
importApiConfig
:
api-import-stage-config
ingressUri
:
'
stage.import.memobase.k8s.unibas.ch'
importApiUrl
:
'
https://stage.import.memobase.k8s.unibas.ch'
drupalApiUrl
:
'
https://mb-wf1.memobase.unibas.ch'
topicConfigs
:
'
mb-di-config-stage'
...
...
helm-charts/helm-values/values-test.yaml
View file @
00101bde
...
...
@@ -12,6 +12,7 @@ sftpConfigs: internal-sftp-config
kafkaConfigs
:
test-kafka-bootstrap-servers
importApiConfig
:
api-import-test-config
ingressUri
:
'
test.import.memobase.k8s.unibas.ch'
importApiUrl
:
'
https://test.import.memobase.k8s.unibas.ch'
drupalApiUrl
:
'
https://mb-wf1.memobase.unibas.ch'
topicConfigs
:
'
mb-di-config-test'
...
...
helm-charts/templates/ingress.yml
View file @
00101bde
...
...
@@ -10,10 +10,10 @@ metadata:
spec
:
tls
:
-
hosts
:
-
{{
.Values.i
mportApi
Ur
l
}}
secretName
:
{{
.Values.
importApiUrl
}}
ingressUr
l
-tls
-
{{
.Values.i
ngress
Ur
i
}}
secretName
:
{{
.Values.ingressUr
i
}}
-tls
rules
:
-
host
:
{{
.Values.i
mportApi
Ur
l
}}
-
host
:
{{
.Values.i
ngress
Ur
i
}}
http
:
paths
:
-
path
:
/
...
...
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