mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
20 lines
437 B
YAML
20 lines
437 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: clusterapi-tester
|
|
spec:
|
|
containers:
|
|
- image: gcr.io/kubernetes-e2e-test-images/clusterapi-tester-amd64:1.0
|
|
name: clusterapi-tester
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /healthz
|
|
port: 8080
|
|
scheme: HTTP
|
|
initialDelaySeconds: 10
|
|
timeoutSeconds: 5
|
|
failureThreshold: 3
|
|
periodSeconds: 10
|
|
successThreshold: 1
|
|
restartPolicy: OnFailure
|