Package version:

Container App Ingress configuration.

Hierarchy

  • Ingress

Properties

allowInsecure?: boolean

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

customDomains?: CustomDomain[]

custom domain bindings for Container Apps' hostnames.

exposedPort?: number

Exposed Port in containers for TCP traffic from ingress

external?: boolean

Bool indicating if app exposes an external http endpoint

fqdn?: string

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

ipSecurityRestrictions?: IpSecurityRestrictionRule[]

Rules to restrict incoming IP address.

targetPort?: number

Target Port in containers for traffic from ingress

traffic?: TrafficWeight[]

Traffic weights for app's revisions

transport?: string

Ingress transport protocol

Generated using TypeDoc