mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
Stop using named ports in examples and scripts.
This commit is contained in:
@@ -104,7 +104,7 @@ Where pod.json contains something like:
|
||||
"initialDelaySeconds": 30,
|
||||
"httpGet": {
|
||||
"path": "/index.html",
|
||||
"port": "8081"
|
||||
"port": 8081
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
Reference in New Issue
Block a user