Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • probeProps

Index

Properties

Properties

Optional Readonly command

command: string[]

Comand to execute on the container for the probe. Only provide this OR a HTTP path.

Optional Readonly delay

delay: number

Short for initialDelaySeconds: Number of seconds after the container has started before liveness or readiness probes are initiated.

default

0

Optional Readonly path

path: string

Sends a HTTP request to this path for the probe check. Only provide this OR a command.

Optional Readonly period

period: number

Short for periodSeconds: How often (in seconds) to perform the probe.

default

10

Generated using TypeDoc