We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01bbc6e + 9276cee commit 80e88d7Copy full SHA for 80e88d7
2 files changed
chart/templates/deployment.yaml
@@ -7,6 +7,7 @@ metadata:
7
namespace: {{ .Release.Namespace }}
8
spec:
9
replicas: {{ .Values.replicaCount }}
10
+ revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
11
selector:
12
matchLabels:
13
{{- include "py-kube-downscaler.selectorLabels" . | nindent 6 }}
chart/values.yaml
@@ -1,4 +1,5 @@
1
replicaCount: 1
2
+revisionHistoryLimit: 10
3
4
image:
5
repository: ghcr.io/caas-team/py-kube-downscaler
0 commit comments