2023-06-19 22:11:01 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: broken-pod
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: broken-pod
|
2024-10-08 07:34:23 +00:00
|
|
|
image: nginx:1.27.2
|
2023-06-19 22:11:01 +00:00
|
|
|
livenessProbe:
|
|
|
|
httpGet:
|
|
|
|
path: /
|
|
|
|
port: 90
|
|
|
|
initialDelaySeconds: 3
|
|
|
|
periodSeconds: 3
|