mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			210 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			210 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
apiVersion: v1
 | 
						|
kind: Service
 | 
						|
metadata:
 | 
						|
  name: show-srv
 | 
						|
  labels:
 | 
						|
    type: show-type
 | 
						|
spec:
 | 
						|
  type: LoadBalancer
 | 
						|
  ports:
 | 
						|
  - port: 80
 | 
						|
    protocol: TCP
 | 
						|
    targetPort: 8080
 | 
						|
  selector:
 | 
						|
    type: show-type
 |