mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Rename Service.ContainerPort to TargetPort in v1b3
Fix all callers and examples. Part of multi-port service cleanup.
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
name: hazelcast
|
||||
name: hazelcast
|
||||
spec:
|
||||
containerPort: 5701
|
||||
targetPort: 5701
|
||||
port: 5701
|
||||
selector:
|
||||
name: hazelcast
|
||||
|
Reference in New Issue
Block a user