13 lines
		
	
	
		
			167 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			167 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: argus
 | |
|   namespace: argus
 | |
| spec:
 | |
|   ports:
 | |
|     - protocol: TCP
 | |
|       name: web
 | |
|       port: 8080
 | |
|   selector:
 | |
|     app: argus
 |