IngressPortMapping interface

Port mappings of container app ingress

Properties

exposedPort

Specifies the exposed port for the target port. If not specified, it defaults to target port

external

Specifies whether the app port is accessible outside of the environment

targetPort

Specifies the port user's container listens on

Property Details

exposedPort

Specifies the exposed port for the target port. If not specified, it defaults to target port

exposedPort?: number

Property Value

number

external

Specifies whether the app port is accessible outside of the environment

external: boolean

Property Value

boolean

targetPort

Specifies the port user's container listens on

targetPort: number

Property Value

number