IngressSettings interface

App ingress settings payload.

Properties

backendProtocol

How ingress should communicate with this app backend service.

clientAuth

Client-Certification Authentication.

readTimeoutInSeconds

Ingress read time out in seconds.

sendTimeoutInSeconds

Ingress send time out in seconds.

sessionAffinity

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

sessionCookieMaxAge

Time in seconds until the cookie expires.

Property Details

backendProtocol

How ingress should communicate with this app backend service.

backendProtocol?: string

Property Value

string

clientAuth

Client-Certification Authentication.

clientAuth?: IngressSettingsClientAuth

Property Value

readTimeoutInSeconds

Ingress read time out in seconds.

readTimeoutInSeconds?: number

Property Value

number

sendTimeoutInSeconds

Ingress send time out in seconds.

sendTimeoutInSeconds?: number

Property Value

number

sessionAffinity

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

sessionAffinity?: string

Property Value

string

sessionCookieMaxAge

Time in seconds until the cookie expires.

sessionCookieMaxAge?: number

Property Value

number