mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Merge pull request #4937 from thockin/plural_23_endpoints
Stop using named ports in examples and scripts.
This commit is contained in:
@@ -2,7 +2,7 @@ id: blog-service
|
||||
kind: Service
|
||||
apiVersion: v1beta1
|
||||
port: 80
|
||||
containerPort: http-server
|
||||
containerPort: 80
|
||||
selector:
|
||||
name: blog
|
||||
createExternalLoadBalancer: true
|
||||
|
Reference in New Issue
Block a user