mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			189 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			189 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v1
 | 
						|
kind: Service
 | 
						|
metadata:
 | 
						|
  name: headscale
 | 
						|
  labels:
 | 
						|
    app: headscale
 | 
						|
spec:
 | 
						|
  selector:
 | 
						|
    app: headscale
 | 
						|
  ports:
 | 
						|
    - name: http
 | 
						|
      targetPort: http
 | 
						|
      port: 8080
 |