25 lines
		
	
	
		
			418 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			418 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: kustomize.config.k8s.io/v1beta1
 | |
| kind: Kustomization
 | |
| 
 | |
| namespace: minecraft
 | |
| 
 | |
| resources:
 | |
|   - namespace.yaml
 | |
|   - pvc.yaml
 | |
|   - job.yaml
 | |
|   - service.yaml
 | |
|   - rsync.configmap.yaml
 | |
|   - curseforge.sealedsecret.yaml
 | |
| 
 | |
| 
 | |
| images:
 | |
|   - name: minecraft
 | |
|     newName: itzg/minecraft-server
 | |
|     newTag: java21
 | |
|   - name: alpine
 | |
|     newName: alpine
 | |
|     newTag: "3.22"
 | |
|   - name: rsync
 | |
|     newName: eeacms/rsync
 | |
|     newTag: "3.0"
 |