Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17947

todo-backend Readme OpenShift instructions results in a non-functional QS app

XMLWordPrintable

    • ---
    • ---

      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?
      

            ehugonne1@redhat.com Emmanuel Hugonnet
            szhantem@redhat.com Sultan Zhantemirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: