Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

7. SERVICE MAPPING 

Component Spec

...

Code Block
languagejs
themeMidnight
"auxilary": {
.
.
"helm": {
      "services": [
        {
          "type": "NodePort",
          "name": "dcae-ves-collector",
          "ports": [
             {
                "name": "http",
                "port": 8443,
                "plain_port": 8080,
                "port_protocol": "http",
                "nodePort": 17,
                "useNodePortExt": true
             }
          ]
       }
      ]
    }
  }
.
.
}


  • Schema change required need to determine if nodeport vs clusterip
    • Require nodeport as inputReference 
    • Protocol

...