Skip to content

Commit

Permalink
Update kibana.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cospeedster authored Oct 14, 2024
1 parent e16a996 commit 57c0f6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apigateway/helm/templates/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ spec:
{{ toYaml . | nindent 8 }}
{{- end }}
spec:
{{- if .Values.revisionHistoryLimit }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
{{- end }}
{{- with .Values.kibana.affinity }}
affinity:
{{- tpl (toYaml .) $context | nindent 8 }}
Expand Down Expand Up @@ -170,4 +173,4 @@ spec:
{{- end }}
{{- if .Values.kibana.extraContainers }}
{{- toYaml .Values.kibana.extraContainers | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 57c0f6a

Please sign in to comment.