Skip to content

Commit

Permalink
fix wrong writer api URL
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 24, 2023
1 parent bd86706 commit 325c103
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ env:
SPREADSHEET_NOTIFICATION_URL: "https://spreadsheets.dev.testingmachine.eu/centro-trevi/trigger"

GOOGLE_WATCH_EXPIRATION_HOURS: 24
INGRESS_RABBITMQ_CLUSTER: rabbitmq-0.rabbitmq-headless.default.svc.cluster.local:5672
INGRESS_RABBITMQ_CLUSTER: rabbitmq-0.rabbitmq-headless.core.svc.cluster.local:5672
INGRESS_RABBITMQ_CLIENTNAME: spreadsheet-datacollector-centro-trevi

envSecret:
Expand Down
2 changes: 1 addition & 1 deletion collectors/rest-poller/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RABBITMQ_URI=rabbitmq-0.rabbitmq-headless.default.svc.cluster.local:5672
RABBITMQ_URI=rabbitmq-0.rabbitmq-headless.core.svc.cluster.local:5672
CRON_SCHEDULE=0 */2 * * * ?
ROUTE_PROVIDER=echarging/alperia
ROUTE_TO=direct:mq
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
app_period: 600

# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
app_period: 600

# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
app_period: 600

# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ imagePullSecrets:

env:
# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ imagePullSecrets:

env:
# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ imagePullSecrets:

env:
# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ imagePullSecrets:

env:
# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
app_period: 600

# ODH Core Writer Connection
BASE_URI: http://bdp-core.default.svc.cluster.local:8080/json
BASE_URI: http://bdp-core.core.svc.cluster.local:8080/json
authorizationUri: https://auth.opendatahub.testingmachine.eu/auth
tokenUri: https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/token
clientId: odh-mobility-datacollector-development
Expand Down

0 comments on commit 325c103

Please sign in to comment.