added repo
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
{{- if and .Values.enterprise.enabled .Values.graphite.enabled -}}
|
||||
{{- include "mimir.lib.podDisruptionBudget" (dict "ctx" $ "component" "gr-aggr-cache") }}
|
||||
{{- end -}}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{{- if and .Values.enterprise.enabled .Values.graphite.enabled -}}
|
||||
{{- include "mimir.lib.serviceMonitor" (dict "ctx" $ "component" "gr-aggr-cache") }}
|
||||
{{- end -}}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{{- if and .Values.enterprise.enabled .Values.graphite.enabled -}}
|
||||
{{- include "mimir.memcached.statefulSet" (dict "ctx" $ "component" "gr-aggr-cache" ) }}
|
||||
{{- end -}}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{{- if and .Values.enterprise.enabled .Values.graphite.enabled -}}
|
||||
{{- include "mimir.memcached.service" (dict "ctx" $ "component" "gr-aggr-cache" ) }}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user