Use a HTTP get as the liveness probe for Funkwhale

This commit is contained in:
Alexander "Ace" Olofsson 2019-07-08 23:05:58 +02:00
parent a3977d8571
commit e452d21d3b
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -88,7 +88,8 @@ spec:
containerPort: 80
protocol: TCP
livenessProbe:
tcpSocket:
httpGet:
path: /
port: http
readinessProbe:
tcpSocket: