Difference between revisions of "ReadinessProbe"

From wikieduonline
Jump to navigation Jump to search
Line 19: Line 19:
  
 
== Related ==
 
== Related ==
* [[LivenessProbe]]
+
* <code>[[LivenessProbe]]</code>
 +
* <code>[[kind: Pod]]</code>
  
 
== See also ==
 
== See also ==
 
* {{K8s}}
 
* {{K8s}}

Revision as of 10:20, 6 September 2022


helm show all grafana/grafana
readinessProbe:
  httpGet:
    path: /api/health
    port: 3000

livenessProbe:
  httpGet:
    path: /api/health
    port: 3000
  initialDelaySeconds: 60
  timeoutSeconds: 30
  failureThreshold: 10

Related

See also

Advertising: