istio v1.31.0

WorkloadGroup.spec.probe.httpGet

`httpGet` is performed to a given endpoint and the status/able to connect determines health.

5 fields
WorkloadGroup.spec.probe.httpGet fields and descriptions
Field / TypeDescription
host
string

Host name to connect to, defaults to the pod IP.

object[]

Headers the proxy will pass on to make the request.

path
string

Path to access on the HTTP server.

port
integer required

Port on which the endpoint lives.

  • minimum: 0
  • maximum: 4294967295
  • x-kubernetes-validations: [{"message":"port must be between 1-65535","rule":"0 \u003c self \u0026\u0026 self \u003c= 65535"}]
scheme
string

No description provided.

  • x-kubernetes-validations: [{"message":"scheme must be one of [HTTP, HTTPS]","rule":"self in [\"\", \"HTTP\", \"HTTPS\"]"}]