Skip to content

Commit 80e88d7

Browse files
authored
Merge pull request #162 from flbla/main
helm chart add revisionHistoryLimit
2 parents 01bbc6e + 9276cee commit 80e88d7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

chart/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
namespace: {{ .Release.Namespace }}
88
spec:
99
replicas: {{ .Values.replicaCount }}
10+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
1011
selector:
1112
matchLabels:
1213
{{- include "py-kube-downscaler.selectorLabels" . | nindent 6 }}

chart/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
replicaCount: 1
2+
revisionHistoryLimit: 10
23

34
image:
45
repository: ghcr.io/caas-team/py-kube-downscaler

0 commit comments

Comments
 (0)