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: