kubernetes/manifests/kubeflow/kubeflow-training-operator/training-operator-deployment-patch.yaml
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: training-operator
spec:
template:
spec:
containers:
- name: training-operator
startupProbe:
httpGet:
path: /healthz
port: 8081
failureThreshold: 30