mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +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:
@@ -6,7 +6,7 @@ metadata:
|
||||
role: service
|
||||
name: redis-sentinel
|
||||
spec:
|
||||
containerPort: 26379
|
||||
targetPort: 26379
|
||||
port: 26379
|
||||
selector:
|
||||
redis-sentinel: "true"
|
||||
|
Reference in New Issue
Block a user