IngressSettings interface
App ingress settings payload.
Properties
backend |
How ingress should communicate with this app backend service. |
client |
Client-Certification Authentication. |
read |
Ingress read time out in seconds. |
send |
Ingress send time out in seconds. |
session |
Type of the affinity, set this to Cookie to enable session affinity. |
session |
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