mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
7da07e8af9
Signed-off-by: mudler <mudler@localai.io>
14 lines
254 B
YAML
14 lines
254 B
YAML
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 |