Add finance to auto deploy
This commit is contained in:
		
							
								
								
									
										16
									
								
								apps/finance/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								apps/finance/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||||
| kind: Kustomization | ||||
|  | ||||
| namespace: finance | ||||
|  | ||||
| resources: | ||||
|   - namespace.yaml | ||||
|   - actualbudget.pvc.yaml | ||||
|   - actualbudget.deployment.yaml | ||||
|   - actualbudget.service.yaml | ||||
|   - actualbudget.ingress.yaml | ||||
|  | ||||
| images: | ||||
|   - name: actualbudget | ||||
|     newName: actualbudget/actual-server | ||||
|     newTag: 23.12.1 | ||||
		Reference in New Issue
	
	Block a user