flagger v1.19.0

Canary.spec.service.trafficPolicy.tls

Istio TLS related settings for connections to the upstream service

6 fields
Canary.spec.service.trafficPolicy.tls fields and descriptions
Field / TypeDescription
caCertificates
string

No description provided.

  • format: string
clientCertificate
string

REQUIRED if mode is `MUTUAL`.

  • format: string
mode
string

No description provided.

  • enum: ["DISABLE","SIMPLE","MUTUAL","ISTIO_MUTUAL"]
privateKey
string

REQUIRED if mode is `MUTUAL`.

  • format: string
sni
string

SNI string to present to the server during TLS handshake.

  • format: string
string[]

No description provided.