Share via


IngressOutput interface

Container App Ingress configuration.

Properties

allowInsecure

Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections

external

Bool indicating if app exposes an external http endpoint

fqdn

Hostname.

targetPort

Target Port in containers for traffic from ingress

traffic
transport

Ingress transport protocol

Property Details

allowInsecure

Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections

allowInsecure?: boolean

Property Value

boolean

external

Bool indicating if app exposes an external http endpoint

external?: boolean

Property Value

boolean

fqdn

Hostname.

fqdn?: string

Property Value

string

targetPort

Target Port in containers for traffic from ingress

targetPort?: number

Property Value

number

traffic

traffic?: TrafficWeightOutput[]

Property Value

transport

Ingress transport protocol

transport?: "auto" | "http" | "http2"

Property Value

"auto" | "http" | "http2"