...
7. SERVICE MAPPING
Component Spec
...
Code Block | ||||
---|---|---|---|---|
| ||||
"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
...