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