LocalAI/examples/k8sgpt/broken-pod.yaml

14 lines
254 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: broken-pod
spec:
containers:
- name: broken-pod
image: nginx:1.a.b.c
livenessProbe:
httpGet:
path: /
port: 90
initialDelaySeconds: 3
periodSeconds: 3