mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +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",
|
"type": "http",
|
||||||
"initialDelaySeconds": 30,
|
"initialDelaySeconds": 30,
|
||||||
"httpGet": {
|
"httpGet": {
|
||||||
"path": "/index.html",
|
"path": "/",
|
||||||
"port": "8081"
|
"port": "80"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user