mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #6531 from bprashanth/liveness
Fix liveness probe in pod.json example
This commit is contained in:
commit
585aa77cd4
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
"type": "http",
|
||||
"initialDelaySeconds": 30,
|
||||
"httpGet": {
|
||||
"path": "/index.html",
|
||||
"port": "8081"
|
||||
"path": "/",
|
||||
"port": "80"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue