~xdavidwu/flux

ref: 748e86af2e7509ef8be7586d147e9106ded19575 flux/monitoring/prometheus/kustomization.yaml -rw-r--r-- 593 bytes
748e86afPinghao Wu miniflux: 2.2.7 10 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: prometheus
labels:
  - pairs:
      app: prometheus
    includeTemplates: true
    includeSelectors: true
images:
  - name: quay.io/thanos/thanos
    newTag: v0.37.2
resources:
  - namespace.yaml
  - deployment.yaml
  - service.yaml
  - deployment-store.yaml
  - service-store.yaml
  - deployment-query.yaml
  - service-query.yaml
  - deployment-query-frontend.yaml
  - service-query-frontend.yaml
  - deployment-compact.yaml
  - configmap.yaml
  - serviceaccount.yaml
  - clusterrole.yaml
  - clusterrolebinding.yaml