mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #6531 from bprashanth/liveness
Fix liveness probe in pod.json example
This commit is contained in:
commit
585aa77cd4
@ -18,8 +18,8 @@
|
||||
"type": "http",
|
||||
"initialDelaySeconds": 30,
|
||||
"httpGet": {
|
||||
"path": "/index.html",
|
||||
"port": "8081"
|
||||
"path": "/",
|
||||
"port": "80"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user