Share via


Ingress 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

customDomains

custom domain bindings for Container Apps' hostnames.

external

Bool indicating if app exposes an external http endpoint

fqdn

Hostname. NOTE: This property will not be serialized. It can only be populated by the server.

targetPort

Target Port in containers for traffic from ingress

traffic

Traffic weights for app's revisions

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

customDomains

custom domain bindings for Container Apps' hostnames.

customDomains?: CustomDomain[]

Property Value

external

Bool indicating if app exposes an external http endpoint

external?: boolean

Property Value

boolean

fqdn

Hostname. NOTE: This property will not be serialized. It can only be populated by the server.

fqdn?: string

Property Value

string

targetPort

Target Port in containers for traffic from ingress

targetPort?: number

Property Value

number

traffic

Traffic weights for app's revisions

traffic?: TrafficWeight[]

Property Value

transport

Ingress transport protocol

transport?: string

Property Value

string