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