[WIFI-4977] Add: helm add revisionHistoryLimit support

Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
Dmitry Dunaev
2021-12-23 16:10:27 +03:00
parent 98692be3ba
commit 989439587f
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
selector:
matchLabels:
app.kubernetes.io/name: {{ include "owgwui.name" . }}

View File

@@ -1,5 +1,6 @@
# System
replicaCount: 1
revisionHistoryLimit: 2
nameOverride: ""
fullnameOverride: ""