mirror of https://github.com/k3s-io/k3s
19 lines
324 B
YAML
19 lines
324 B
YAML
![]() |
apiVersion: v1
|
||
![]() |
kind: Pod
|
||
![]() |
metadata:
|
||
|
labels:
|
||
|
test: liveness
|
||
|
name: liveness-http
|
||
|
spec:
|
||
|
containers:
|
||
|
- args:
|
||
|
- /server
|
||
|
image: gcr.io/google_containers/liveness
|
||
|
livenessProbe:
|
||
|
httpGet:
|
||
|
path: /healthz
|
||
|
port: 8080
|
||
|
initialDelaySeconds: 15
|
||
|
timeoutSeconds: 1
|
||
|
name: liveness
|