Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IngressSettings

Package version

App ingress settings payload.

Hierarchy

  • IngressSettings

Index

Properties

Optional backendProtocol

backendProtocol: BackendProtocol

How ingress should communicate with this app backend service.

Optional clientAuth

Client-Certification Authentication.

Optional readTimeoutInSeconds

readTimeoutInSeconds: undefined | number

Ingress read time out in seconds.

Optional sendTimeoutInSeconds

sendTimeoutInSeconds: undefined | number

Ingress send time out in seconds.

Optional sessionAffinity

sessionAffinity: SessionAffinity

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

Optional sessionCookieMaxAge

sessionCookieMaxAge: undefined | number

Time in seconds until the cookie expires.

Generated using TypeDoc