Skip to content

Commit 04fa9f2

Browse files
committed
fix(eodag-proxy): correct services names
1 parent 4a7aecb commit 04fa9f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

argocd/eoepca/data-proxy/parts/route.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
- name: stac-route
1010
websocket: true
1111
backends:
12-
- serviceName: stac-fastapi-eodag
12+
- serviceName: eodag-stac-api-stac-fastapi-eodag
1313
servicePort: 8080
1414
match:
1515
hosts:
@@ -19,7 +19,7 @@ spec:
1919

2020
- name: proxy-route
2121
backends:
22-
- serviceName: eodag-data-proxy
22+
- serviceName: eodag-data-proxy-eodag-data-proxy-chart-proxy
2323
servicePort: 8880
2424
match:
2525
hosts:

0 commit comments

Comments
 (0)