Use port number for livenessProbe
This commit is contained in:
parent
6b53a2407f
commit
40d83bb1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ spec:
|
|||
periodSeconds: 2
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: web
|
||||
port: 8069
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
args: ["bash", "/runboat/runboat-start.sh"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue