12 lines
		
	
	
		
			186 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v1
 | 
						|
kind: Service
 | 
						|
metadata:
 | 
						|
  name: actualbudget
 | 
						|
spec:
 | 
						|
  selector:
 | 
						|
    app: actualbudget
 | 
						|
  ports:
 | 
						|
    - protocol: TCP
 | 
						|
      port: 5006
 | 
						|
      targetPort: 5006
 | 
						|
  type: ClusterIP |