20 lines
		
	
	
		
			262 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			262 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| namespace: default
 | |
| image: ghcr.io/juanfont/headscale
 | |
| imageTag: 0.26.1
 | |
| 
 | |
| mounts:
 | |
|   data:
 | |
|     persistentVolumeClaim:
 | |
|       claimName: test-claim
 | |
| 
 | |
| secrets:
 | |
|   secretName: test-secrets
 | |
| 
 | |
| config:
 | |
|   # ...
 | |
| 
 | |
| extraConfig:
 | |
|   extra_dns.json: |
 | |
|     {
 | |
|       "test": "test"
 | |
|     }     |