Seq: use deployment strategy (#20526)

Signed-off-by: Adam Chester <adamchester@gmail.com>
This commit is contained in:
Adam Chester
2020-02-04 01:15:26 -08:00
committed by GitHub
parent 8491cc01ad
commit 384f57f960
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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:
+2
View File
@@ -12,6 +12,8 @@ spec:
matchLabels:
app: {{ template "seq.name" . }}
release: {{ .Release.Name }}
strategy:
type: Recreate
template:
metadata:
labels: