About Disabling Readiness Probes
We recommend that you do not disable readiness probes. However, if do not want to use a readiness probe for replicated objects, you can instruct the TimesTen Operator not to provision one. Here's how:
In your TimesTenClassic object definition, specify a value of 
               false for the .spec.ttspec.createASReadinessProbe datum. For example:apiVersion: timesten.oracle.com/v4
kind: TimesTenClassic
metadata:
  name: sample
spec:
  ttspec:
...
    createASReadinessProbe: falseFor information about the .spec.ttspec.createASReadinessProbe datum, see TimesTenClassicSpecSpec.