Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-1351

Bridge HTTP port change doesn't change rest-api port which cause readiness and liveness probe failures

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.3.0.GA
    • None
    • None
    • None
    • 2019.12

    Description

      ``` return new KafkaBridgeBuilder()
      .withMetadata(new ObjectMetaBuilder().withName(name).withNamespace(client().getNamespace()).build())
      .withNewSpec()
      .withBootstrapServers(bootstrap)
      .withReplicas(replicas)
      .withNewHttp(6666)
      .withResources(new ResourceRequirementsBuilder()
      .addToRequests("memory", new Quantity("1G")).build())
      .withMetrics(new HashMap<>())
      .endSpec();```

      http://pastebin.test.redhat.com/800488

      The port for rest-api in container is set to 8080 instead of 6666.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jstejska@redhat.com Jakub Stejskal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: