From e452d21d3b912c91c4bd66a354a2b67e19bd37f7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Mon, 8 Jul 2019 23:05:58 +0200 Subject: [PATCH] Use a HTTP get as the liveness probe for Funkwhale --- charts/funkwhale/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/funkwhale/templates/deployment.yaml b/charts/funkwhale/templates/deployment.yaml index 6708ccc..595bf9c 100644 --- a/charts/funkwhale/templates/deployment.yaml +++ b/charts/funkwhale/templates/deployment.yaml @@ -88,7 +88,8 @@ spec: containerPort: 80 protocol: TCP livenessProbe: - tcpSocket: + httpGet: + path: / port: http readinessProbe: tcpSocket: