Use port number for livenessProbe

This commit is contained in:
Stéphane Bidoul 2021-11-20 15:35:11 +01:00
parent 6b53a2407f
commit 40d83bb1f7
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -43,7 +43,7 @@ spec:
periodSeconds: 2
livenessProbe:
tcpSocket:
port: web
port: 8069
initialDelaySeconds: 30
periodSeconds: 30
args: ["bash", "/runboat/runboat-start.sh"]