mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 04:37:53 +00:00
905ed62ee3
Bumps nginx from 1.a.b.c to 1.27.0. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
253 B
YAML
14 lines
253 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: broken-pod
|
|
spec:
|
|
containers:
|
|
- name: broken-pod
|
|
image: nginx:1.27.0
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /
|
|
port: 90
|
|
initialDelaySeconds: 3
|
|
periodSeconds: 3 |