Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e16a996

Browse files
authored
Update elasticsearch.yaml
1 parent dff8a5d commit e16a996

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apigateway/helm/templates/elasticsearch.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ spec:
9999
{{ toYaml . | nindent 12 }}
100100
{{- end }}
101101
spec:
102+
{{- with .Values.revisionHistoryLimit }}
103+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
104+
{{- end }}
102105
{{- with .Values.elasticsearch.affinity }}
103106
affinity:
104107
{{- tpl (toYaml .) $context | nindent 12 }}
@@ -144,4 +147,4 @@ spec:
144147
memory: 100Mi
145148
{{- end }}
146149
{{- end }}
147-
{{- end }}
150+
{{- end }}

0 commit comments

Comments
 (0)