Skip to content

Commit 7fff168

Browse files
committed
Add revisionHistoryLimit to Minecraft values
1 parent 5eb6182 commit 7fff168

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

charts/minecraft/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ metadata:
2525
{{- end }}
2626
spec:
2727
replicas: {{ .Values.replicaCount }}
28+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
2829
{{- if .Values.workloadAsStatefulSet }}
2930
serviceName: {{ template "minecraft.fullname" . }}
3031
updateStrategy:

charts/minecraft/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ tolerations: []
4040

4141
affinity: {}
4242

43+
revisionHistoryLimit: 10
44+
4345
podSecurityContext:
4446
runAsUser: 1000
4547
runAsGroup: 3000

0 commit comments

Comments
 (0)