Commit 643a065d authored by Geoff Simmons's avatar Geoff Simmons

Add a liveness probe for the controller.

parent 7ea10bfc
......@@ -18,6 +18,13 @@ spec:
- image: varnish-ingress/controller
imagePullPolicy: IfNotPresent
name: varnish-ingress-controller
livenessProbe:
exec:
command:
- /usr/bin/pgrep
- -P
- "0"
- k8s-ingress
args:
# log-level default is info, so this can be left out.
# Shown here to demonstrate setting options for the controller.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment