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.
1 parent 5eb6182 commit 7fff168Copy full SHA for 7fff168
charts/minecraft/templates/deployment.yaml
@@ -25,6 +25,7 @@ metadata:
25
{{- end }}
26
spec:
27
replicas: {{ .Values.replicaCount }}
28
+ revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
29
{{- if .Values.workloadAsStatefulSet }}
30
serviceName: {{ template "minecraft.fullname" . }}
31
updateStrategy:
charts/minecraft/values.yaml
@@ -40,6 +40,8 @@ tolerations: []
40
41
affinity: {}
42
43
+revisionHistoryLimit: 10
44
+
45
podSecurityContext:
46
runAsUser: 1000
47
runAsGroup: 3000
0 commit comments