Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Seq: use deployment strategy (#20526)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Chester <adamchester@gmail.com>
  • Loading branch information
adamchester authored Feb 4, 2020
1 parent 8491cc0 commit 384f57f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/seq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: seq
version: 1.0.4
version: 1.0.5
appVersion: 5
description: Seq is the easiest way for development teams to capture, search and visualize structured log events! This page will walk you through the very quick setup process.
keywords:
Expand Down
2 changes: 2 additions & 0 deletions stable/seq/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
matchLabels:
app: {{ template "seq.name" . }}
release: {{ .Release.Name }}
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down

0 comments on commit 384f57f

Please sign in to comment.