tmforum-oda / oda-ca-docs

ODA Component Accelerator Documents
6 stars 17 forks source link

example component: rename port to include protocol #26

Closed LesterThomas closed 2 years ago

LesterThomas commented 3 years ago

Description

Istio requires the service ports to follow the naming form of 'protocol-suffix' where the '-suffix' part is optional. Therefore we need to rename the ports in the example component:

{{.Release.Name}}partyroleapi -> http-{{.Release.Name}}-partyroleapi {{.Release.Name}}prodcatapi -> http-{{.Release.Name}}-prodcatapi {{.Release.Name}}mongodb -> tcp-{{.Release.Name}}-mongodb