Service Configuration
Service Configuration Properties describes the properties for configuring the EDGW pod service properties.
Property | Description | ||
---|---|---|---|
gateway.service.type | String | ClusterIP | The kind of pod service. ClusterIP services connect a local EDGW to engines in the same Kubernetes cluster. |
gateway.service.http.port | Integer | 8080 | The http port of the service. |
gateway.service.http.targetPort | Integer | 8080 | The http target port. |
gateway.service.diameter.port | Integer | 3868 | The Diameter port of the service. |
gateway.service.diameter.targetPort | Integer | 3868 | The Diameter target port. |