mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
Fix liveness probe in pod.json example
This commit is contained in:
parent
0400339d01
commit
56b8de6f6c
@ -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