16 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: kustomize.config.k8s.io/v1beta1
 | |
| kind: Kustomization
 | |
| resources: 
 | |
|   - namespace.yaml
 | |
|   - pvc.yaml
 | |
|   - deployment.yaml
 | |
|   - service.yaml
 | |
|   - ingress.yaml
 | |
| 
 | |
| namespace: audiobookshelf
 | |
| 
 | |
| images:
 | |
|   - name: audiobookshelf
 | |
|     newName: ghcr.io/advplyr/audiobookshelf
 | |
|     newTag: "2.29.0"
 |