This repository has been archived on 2023-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
kreaper/testdata/target_pod.yaml
2022-04-13 21:00:32 +02:00

24 lines
No EOL
617 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: kreaper-target
labels:
org.testcontainers.golang/sessionID: ee8dcc4d-72b5-4e77-8244-37abe525f948
app.kubernetes.io/created-by: testcontainers-go
app.kubernetes.io/managed-by: testcontainers-go
spec:
terminationGracePeriodSeconds: 1
containers:
- name: busybox
image: docker.io/busybox:latest
command:
- /bin/sh
- -c
- "sleep 15 && touch /tmp/healthy && sleep 7200"
startupProbe:
exec:
command:
- cat
- /tmp/healthy
periodSeconds: 3
failureThreshold: 10