-
Bug
-
Resolution: Done
-
Blocker
-
28.0.0.Final
-
None
-
---
-
---
Description of problem:
todo-backend QS recently got a Helm chart update (todo-backend-chart folder was removed, charts/helm.yaml file was added), which results in a deployable, yet non-functional QS app on OpenShift.
Version-Release number of selected component (if applicable):
Starting from 28.0.0.Final
How reproducible:
100%
Steps to Reproduce:
$ git@github.com:wildfly/quickstart.git $ cd quickstart/todo-backend $ helm install todo-backend -f charts/helm.yaml wildfly/wildfly $ curl -k https://$(oc get route todo-backend --template='{{ .spec.host }}')
Actual results:
$ curl -k https://$(oc get route todo-backend --template='{{ .spec.host }}') $ port out of range:-1
Expected results:
$ curl -k https://$(oc get route todo-backend --template='{{ .spec.host }}') $ []
Additional info:
A misconfiguration possibly?
- is blocked by
-
WFLY-17955 Upgrade to Smallrye opentelemetry 2.3.2
- Closed