Use a HTTP get as the liveness probe for Funkwhale
This commit is contained in:
parent
a3977d8571
commit
e452d21d3b
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ spec:
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
httpGet:
|
||||||
|
path: /
|
||||||
port: http
|
port: http
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
|
Loading…
Reference in a new issue