jordigilh commented on PR #341:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/341#issuecomment-1874215375
@ricardozanini PTAL, @masayag found an issue where the DI and JS services
contain the same endpoints because the label selector resolves to the DI and JS
pods.
```
NAME ENDPOINTS
AGE
endpoints/sonataflow-platform-data-index-service
10.244.1.172:8080,10.244.1.173:8080 2m47s
endpoints/sonataflow-platform-jobs-service
10.244.1.172:8080,10.244.1.173:8080 2m47s
```
```
pod/sonataflow-platform-data-index-service-8674cf59d4-hqfhx 1/1
Running 0 2m47s 10.244.1.173 minikube <none> <none>
pod/sonataflow-platform-jobs-service-5fbd6f79cd-sgvq4 1/1
Running 0 2m47s 10.244.1.172 minikube <none> <none>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]