Package version:

Interface IngressSettings

App ingress settings payload.

Hierarchy

  • IngressSettings

Properties

backendProtocol?: string

How ingress should communicate with this app backend service.

Client-Certification Authentication.

readTimeoutInSeconds?: number

Ingress read time out in seconds.

sendTimeoutInSeconds?: number

Ingress send time out in seconds.

sessionAffinity?: string

Type of the affinity, set this to Cookie to enable session affinity.

sessionCookieMaxAge?: number

Time in seconds until the cookie expires.

Generated using TypeDoc