Skip to content

Commit 5104386

Browse files
Hotfix for demo url for backend (#1931)
### What's done: * Added demo url to backend-configmap.yaml (http://demo:5421 -> http://demo)
1 parent 817fbcd commit 5104386

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

save-cloud-charts/save-cloud/templates/backend-configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ data:
66
application.properties: |
77
backend.preprocessor-url=http://preprocessor
88
backend.orchestrator-url=http://orchestrator
9+
backend.demo-url=http://demo
910
backend.loki.url=http://loki:3100
1011
backend.loki.labels.agent-container-name=pod
1112
backend.loki.labels.application-name=app

0 commit comments

Comments
 (0)