livenessProbe
This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
Type: object
Path: livenessProbe
httpGet
Type: object
Path: livenessProbe.httpGet
path
Default: /status
Type: string
Path: livenessProbe.httpGet.path
port
Default: 80
Type: number
Path: livenessProbe.httpGet.port