Uploaded image for project: 'Network Controller'
  1. Network Controller
  2. SDNC-745

NodePort variable not set for cds-blueprint-processor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Dublin Release
    • Dublin Release
    • None
    • None

      CDS Blueprint Processor doesn't work with NodePorts service type as it's missing default value for the port nodePort suffix.

      Currently, during helm deploy step, it would try to use port of only NodePortPrefix

       

      For my overrides had to apply

      sdnc:
        enabled: true
        cds:
          cds-blueprints-processor:
            service:
              type: NodePort
              nodePort: "99"

       

      so I assume the values.yaml in blueprint processor neds to have nodePort defined.

            prathameshmo prathameshmo
            omimtl omimtl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: