Skip to content

Commit

Permalink
Updates provider endpoint to nanna in helm config
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendev committed Jan 24, 2025
1 parent 3ebe3c3 commit 2f6b081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions helm/marduk/env/values-kub-ent-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ chouette:
baba:
service: http://baba.dev.entur.internal

nanna:
service: http://nanna.dev.entur.internal

duplicateFileFilter:
webFilter: true

Expand Down
2 changes: 1 addition & 1 deletion helm/marduk/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ data:
# Other
# the Camel shutdown timeout must be shorter than the Kubernetes terminationGracePeriod
marduk.shutdown.timeout=25
providers.api.url={{ .Values.baba.service }}/services/providers/
providers.api.url={{ .Values.nanna.service }}/services/providers/
fetch.osm.cron.schedule={{ .Values.osm.fetchCronSchedule }}
otp.graph.build.remote.kubernetes.namespace={{ .Release.Namespace }}
otp.graph.build.remote.kubernetes.timeout=12000
Expand Down

0 comments on commit 2f6b081

Please sign in to comment.