My Oracle Support Banner

How To Modify Liveness And Readiness Probe of WebLogic Domain Deployed on Kubernates (Doc ID 2887666.1)

Last updated on APRIL 10, 2024

Applies to:

Oracle WebLogic Server for OCI Container Engine - Version N/A and later
Information in this document applies to any platform.

Goal

How to change or disable liveness and readness probe of weblogic domain deployed on kubernates in AWS enviroment.
Current settings :

livenessProbe:
  initialDelaySeconds: 30
  periodSeconds: 45
  timeoutSeconds: 10
readinessProbe:
  failureThreshold: 3
  initialDelaySeconds: 30
  periodSeconds: 10
  timeoutSeconds: 10
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.