mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 22:01:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			184 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			184 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: kubernetes
 | |
|   namespace: default
 | |
| spec:
 | |
|   clusterIP: 10.0.0.1
 | |
|   ports:
 | |
|   - name: https
 | |
|     port: 443
 | |
|     protocol: TCP
 | |
|     targetPort: 443
 |