[bitnami/thanos] update PrometheusRule names to be unique (#13610)

* update PrometheusRule names to be unique

Signed-off-by: Zoran Zorica <zoran.zorica@gmail.com>

* [bitnami/thanos] resolve conv; bump chart version

Signed-off-by: Zoran Zorica <zoran.zorica@gmail.com>

Signed-off-by: Zoran Zorica <zoran.zorica@gmail.com>
This commit is contained in:
Zoran Zorica
2022-11-28 11:22:46 +01:00
committed by GitHub
parent d84869d8f9
commit b57dadad7f
8 changed files with 8 additions and 9 deletions
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-component-absent
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-compact
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-query
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-receive
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-replicate
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-ruler
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-sidecar
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}
@@ -60,4 +60,3 @@ spec:
{{- end }}
{{- end }}
{{- end }}
@@ -5,7 +5,7 @@ Generated from https://github.com/thanos-io/thanos/blob/main/examples/alerts/ale
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ template "common.names.fullname" . }}
name: {{ template "common.names.fullname" . }}-store-gateway
namespace: {{ default .Release.Namespace .Values.metrics.prometheusRule.namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.metrics.prometheusRule.additionalLabels }}