added repo
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
{{- if gt (int .Values.memcached.replicas) 1 }}
|
||||
{{ $dict := dict "ctx" . "component" "memcached" }}
|
||||
apiVersion: {{ include "tempo.pdb.apiVersion" . }}
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ include "tempo.resourceName" $dict }}
|
||||
labels:
|
||||
{{- include "tempo.labels" $dict | nindent 4 }}
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "tempo.selectorLabels" $dict | nindent 6 }}
|
||||
maxUnavailable: 1
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user