k3s/examples/liveness/http-liveness.yaml

20 lines
395 B
YAML
Raw Normal View History

2014-12-16 06:54:01 +00:00
apiVersion: v1beta1
desiredState:
manifest:
containers:
2015-03-31 17:25:20 +00:00
- image: gcr.io/google_containers/liveness
2014-12-16 06:54:01 +00:00
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