mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Seq: use deployment strategy (#20526)
Signed-off-by: Adam Chester <adamchester@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -12,6 +12,8 @@ spec:
|
||||
matchLabels:
|
||||
app: {{ template "seq.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user