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
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
|
|
Loading…
Reference in a new issue