~xdavidwu/flux

398d38578ac8284d0687f34fe66806874f7740a3 — Pinghao Wu 2 months ago 3ffc1d6
prometheus: thanos: rename containers

so that job labels from sd match chart expectation
M monitoring/prometheus/deployment-compact.yaml => monitoring/prometheus/deployment-compact.yaml +1 -1
@@ 16,7 16,7 @@ spec:
        component: compact
    spec:
      containers:
        - name: compact
        - name: thanos-compact
          image: quay.io/thanos/thanos:THANOS_VERSION
          args:
            - compact

M monitoring/prometheus/deployment-query-frontend.yaml => monitoring/prometheus/deployment-query-frontend.yaml +1 -1
@@ 16,7 16,7 @@ spec:
        component: query-frontend
    spec:
      containers:
        - name: query-frontend
        - name: thanos-query-frontend
          image: quay.io/thanos/thanos:THANOS_VERSION
          args:
            - query-frontend

M monitoring/prometheus/deployment-query.yaml => monitoring/prometheus/deployment-query.yaml +1 -1
@@ 16,7 16,7 @@ spec:
        component: query
    spec:
      containers:
        - name: query
        - name: thanos-query
          image: quay.io/thanos/thanos:THANOS_VERSION
          args:
            - query

M monitoring/prometheus/deployment-store.yaml => monitoring/prometheus/deployment-store.yaml +1 -1
@@ 16,7 16,7 @@ spec:
        component: store
    spec:
      containers:
        - name: store
        - name: thanos-store
          image: quay.io/thanos/thanos:THANOS_VERSION
          args:
            - store

M monitoring/prometheus/deployment.yaml => monitoring/prometheus/deployment.yaml +1 -1
@@ 40,7 40,7 @@ spec:
              mountPath: /prometheus
            - name: configs
              mountPath: /etc/prometheus
        - name: sidecar
        - name: thanos-sidecar
          image: quay.io/thanos/thanos:THANOS_VERSION
          args:
            - sidecar