...
Code Block | ||||
---|---|---|---|---|
| ||||
service: type: ClusterIP name: dcae-tcagen2 ports: - port: 9091 name: http |
OR
Code Block | ||||
---|---|---|---|---|
| ||||
global: nodePortPrefix: 302 nodePortPrefixExt: 304 # service configuration service: type: NodePort name: dcae-ves-collector ports: - name: http port: 8443 plain_port: 8080 port_protocol: http nodePort: 17 useNodePortExt: true |
OR
Based on https://gerrit.onap.org/r/c/oom/+/121390
...