mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Removes "name" labels, improves document flow, adds highlighting.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: selenium-hub
|
||||
name: selenium-hub
|
||||
labels:
|
||||
name: selenium-hub
|
||||
app: selenium-hub
|
||||
spec:
|
||||
ports:
|
||||
- port: 4444
|
||||
targetPort: 4444
|
||||
name: port0
|
||||
selector:
|
||||
name: selenium-hub
|
||||
app: selenium-hub
|
||||
type: NodePort
|
||||
sessionAffinity: None
|
||||
|
Reference in New Issue
Block a user