Remove kind, add monitoring to talos
This commit is contained in:
		
							
								
								
									
										34
									
								
								clusters/talos/monitoring.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								clusters/talos/monitoring.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| --- | ||||
| apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||||
| kind: Kustomization | ||||
| metadata: | ||||
|   name: monitoring-controllers | ||||
|   namespace: flux-system | ||||
| spec: | ||||
|   interval: 1h | ||||
|   retryInterval: 2m | ||||
|   timeout: 10m | ||||
|   prune: true | ||||
|   wait: true | ||||
|   sourceRef: | ||||
|     kind: GitRepository | ||||
|     name: flux-system | ||||
|   path: ./monitoring/controllers | ||||
| --- | ||||
| apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||||
| kind: Kustomization | ||||
| metadata: | ||||
|   name: monitoring-configs | ||||
|   namespace: flux-system | ||||
| spec: | ||||
|   dependsOn: | ||||
|     - name: monitoring-controllers | ||||
|   interval: 1h | ||||
|   retryInterval: 2m | ||||
|   timeout: 5m | ||||
|   prune: true | ||||
|   wait: true | ||||
|   sourceRef: | ||||
|     kind: GitRepository | ||||
|     name: flux-system | ||||
|   path: ./monitoring/configs | ||||
		Reference in New Issue
	
	Block a user