mirror of https://github.com/k3s-io/k3s
20 lines
381 B
YAML
20 lines
381 B
YAML
apiVersion: v1beta1
|
|
desiredState:
|
|
manifest:
|
|
containers:
|
|
- image: kubernetes/liveness
|
|
name: liveness
|
|
livenessProbe:
|
|
httpGet:
|
|
path: "/healthz"
|
|
port: 8080
|
|
initialDelaySeconds: 15
|
|
command:
|
|
- /server
|
|
id: liveness-http
|
|
version: v1beta1
|
|
id: liveness-http
|
|
kind: Pod
|
|
labels:
|
|
test: liveness
|