monitoring cleanup
This commit is contained in:
		
							
								
								
									
										28
									
								
								infrastructure/monitoring/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								infrastructure/monitoring/kustomization.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||||
| kind: Kustomization | ||||
|  | ||||
| namespace: monitoring | ||||
|  | ||||
| resources:  | ||||
|   - namespace.yaml | ||||
|   # prometheus-operator crds | ||||
|   - thanos-objstore-config.sealedsecret.yaml | ||||
|   # - loki-objstore-config.sealedsecret.yaml | ||||
|  | ||||
| images: | ||||
|   - name: thanos | ||||
|     newName: quay.io/thanos/thanos | ||||
|     newTag: v0.37.2 | ||||
|  | ||||
|  | ||||
| helmCharts: | ||||
|   - name: loki | ||||
|     releaseName: loki | ||||
|     repo: https://grafana.github.io/helm-charts | ||||
|     version: 6.24.0 | ||||
|     valuesFile: loki.values.yaml | ||||
|   - name: prometheus | ||||
|     releaseName: prometheus | ||||
|     repo: https://prometheus-community.github.io/helm-charts | ||||
|     version: 26.0.1 | ||||
|     valuesFile: prometheus.values.yaml | ||||
		Reference in New Issue
	
	Block a user